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.
pub trait InspectType:
Send
+ Sync
+ Debug {
// Required method
fn into_recorded(self) -> RecordedInspectType
where Self: Sized + 'static;
}Trait implemented by all inspect types.