Trait evm::tracing::EventListener[][src]

pub trait EventListener {
    fn event(&mut self, event: Event<'_>);
}

Required methods

Implementors