Struct multipart::mock::PanicLogger[][src]

#[must_use]
pub struct PanicLogger(_);

Struct that logs if the thread panics before it is dropped.

Methods

impl PanicLogger
[src]

Clear the buffered logs

Trait Implementations

impl Drop for PanicLogger
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for PanicLogger

impl Sync for PanicLogger