Trait gluon_base::ast::DisplayEnv
source · pub trait DisplayEnv {
type Ident;
// Required method
fn string<'a>(&'a self, ident: &'a Self::Ident) -> &'a str;
}
pub trait DisplayEnv {
type Ident;
// Required method
fn string<'a>(&'a self, ident: &'a Self::Ident) -> &'a str;
}