Trait g_code::parse::ast::Spanned[][src]

pub trait Spanned {
    fn span(&self) -> Span;
}

Required methods

Implementors