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

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

Required methods

fn get_ident(&self) -> Result<Ident, String>

Gets the Ident from the AST element.

Loading content...

Implementations on Foreign Types

impl GetIdent for FnArg[src]

impl GetIdent for Path[src]

impl GetIdent for Type[src]

impl GetIdent for Item[src]

Loading content...

Implementors

Loading content...