Trait dynomite::FromAttributes [] [src]

pub trait FromAttributes: Sized {
    fn from_attrs(attrs: Attributes) -> Result<Self, AttributeError>;
}

A type capable of being produced from a set of string keys and AttributeValues

Required Methods

Implementors