Skip to main content

LoggingFixture

Trait LoggingFixture 

Source
pub trait LoggingFixture: Send {
    // Required method
    fn log(&mut self, msg: &str);
}

Required Methods§

Source

fn log(&mut self, msg: &str)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§