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

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

Required methods

fn comment(&self) -> Option<&Comment>

Loading content...

Implementors

impl<Id> Commented for AstType<Id>[src]

impl<Id> Commented for ArcType<Id>[src]

Loading content...