Struct caplog::CaplogHandle[][src]

pub struct CaplogHandle { /* fields omitted */ }
Expand description

Provides access to the logs stored in Caplog.

Access is limited to the time the handle has been alive. Log messages sent before handle has been created and after stop_recording have been called will not be visible to the methods provided by CaplogHandle.

Implementations

Returns an iterator over the items viewable by this handle.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.