pub trait Introspectable {
    fn introspect(&self) -> Result<String, Error>;
}

Required Methods§

Implementors§