Trait better_bae::TryFromAttributes[][src]

pub trait TryFromAttributes where
    Self: Sized
{ fn attr_name() -> &'static str;
fn try_from_attributes(attrs: &[Attribute]) -> Result<Option<Self>>; fn from_attributes(attrs: &[Attribute]) -> Result<Self> { ... } }

Required methods

Provided methods

Implementors