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

Required methods

Implementations on Foreign Types

Implementors