Trait aster::ident::ToIdent [] [src]

pub trait ToIdent {
    fn to_ident(&self) -> Ident;
}

Required Methods

fn to_ident(&self) -> Ident

Implementors