Trait GetAttributes

Source
pub trait GetAttributes {
    // Required method
    fn get_attributes(&self) -> Result<Vec<Attribute>, String>;
}

Required Methods§

Source

fn get_attributes(&self) -> Result<Vec<Attribute>, String>

Gets the Attributes from the AST element.

Implementations on Foreign Types§

Source§

impl GetAttributes for Item

Implementors§