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

Implementations on Foreign Types

impl<'t, T: ?Sized + DisplayEnv> DisplayEnv for &'t T
[src]

impl<'t, T: ?Sized + DisplayEnv> DisplayEnv for &'t mut T
[src]

Implementors