Trait gluon_base::ast::Commented[][src]

pub trait Commented {
    fn comment(&self) -> Option<&Comment>;
}

Required Methods

Implementors