pub trait GetType {
    // Required method
    fn inner_type(&self) -> String;
}

Required Methods§

Implementors§