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,

Implementors§