pub trait ToStruct {
    fn to_kinds(&self) -> Kinds;
    fn get_types() -> Types
    where
        Self: Sized
; }

Required Methods§

Implementations on Foreign Types§

Implementors§