Trait intercom_common::ast_converters::GetIdent [] [src]

pub trait GetIdent {
    fn get_ident(&self) -> Result<Ident, String>;
}

Required Methods

Gets the Ident from the AST element.

Implementations on Foreign Types

impl GetIdent for FnArg
[src]

impl GetIdent for Path
[src]

impl GetIdent for NestedMetaItem
[src]

impl GetIdent for MetaItem
[src]

Implementors