[][src]Trait intercom_common::ast_converters::GetAttributes

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

Required methods

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

Gets the Attributes from the AST element.

Loading content...

Implementations on Foreign Types

impl GetAttributes for Item[src]

Loading content...

Implementors

Loading content...