[][src]Trait gluon_base::pos::HasSpan

pub trait HasSpan {
    fn span(&self) -> Span<BytePos>;
}

Required methods

fn span(&self) -> Span<BytePos>

Loading content...

Implementors

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

impl<Id, '_> HasSpan for AstType<'_, Id>[src]

Loading content...