Struct parables_testing::evm::LogDrainer[][src]

pub struct LogDrainer<'a, P> { /* fields omitted */ }

Methods

impl<'a, P> LogDrainer<'a, P> where
    P: ParseLog + LogFilter
[src]

Modify the current drainer with a new filter.

Consumer the drainer and build an interator out of it.

Consumer the drainer without processing elements.

Drain logs matching the given filter that has been registered so far.

Drain logs matching the given filter that has been registered so far.

Include who sent the logs in the result.

Trait Implementations

impl<'a, P: Debug> Debug for LogDrainer<'a, P>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, P> !Send for LogDrainer<'a, P>

impl<'a, P> !Sync for LogDrainer<'a, P>