Skip to main content

InspectorIntrospectionExt

Trait InspectorIntrospectionExt 

Source
pub trait InspectorIntrospectionExt {
    // Required method
    fn stats(&self) -> Option<Stats>;
}

Required Methods§

Source

fn stats(&self) -> Option<Stats>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§