pub trait GetType {
    fn get_type(&self) -> i32;
}

Required Methods§

Implementors§