Function evm::tracing::using[][src]

pub fn using<R, F: FnOnce() -> R>(
    new: &mut (dyn EventListener + 'static),
    f: F
) -> R
Expand description

Run closure with provided listener.