[][src]Trait yui::AttributeStructure

pub trait AttributeStructure {
    fn get_path() -> Symbol
    where
        Self: Sized
;
fn from_meta(input: &Meta) -> Result<Self, Error>
    where
        Self: Sized
;
fn from_attribute_args(input: AttributeArgs) -> Result<Self, Error>
    where
        Self: Sized
; }

Required methods

fn get_path() -> Symbol where
    Self: Sized

fn from_meta(input: &Meta) -> Result<Self, Error> where
    Self: Sized

fn from_attribute_args(input: AttributeArgs) -> Result<Self, Error> where
    Self: Sized

Loading content...

Implementors

Loading content...