pub trait ToTypeDef {
    // Required method
    fn to_type_def(&self) -> Option<TypeDef>;
}

Required Methods§

Implementors§