Trait gluon_base::ast::IdentEnv

source ·
pub trait IdentEnv: DisplayEnv {
    fn from_str(&mut self, s: &str) -> Self::Ident;
}

Required Methods

Implementations on Foreign Types

Implementors