HasTypeProperties

Trait HasTypeProperties 

Source
pub trait HasTypeProperties {
    // Required method
    fn get_type_properties(&self) -> Result<StrumTypeProperties>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HasTypeProperties for DeriveInput

Implementors§