Skip to main content

InspectType

Trait InspectType 

Source
pub trait InspectType:
    Send
    + Sync
    + Debug {
    // Required method
    fn into_recorded(self) -> RecordedInspectType
       where Self: Sized + 'static;
}
Expand description

Trait implemented by all inspect types.

Required Methods§

Source

fn into_recorded(self) -> RecordedInspectType
where Self: Sized + 'static,

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§