Trait esr::ast::Name

source ·
pub trait Name<'ast>: Copy {
    fn empty() -> Self;
}

Required Methods

Implementors