Trait gluon_base::ast::DisplayEnv [] [src]

pub trait DisplayEnv {
    type Ident;
    fn string<'a>(&'a self, ident: &'a Self::Ident) -> &'a str;
}

Associated Types

Required Methods

Implementors