Trait rune::Spanned[][src]

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

Types for which we can get a span.

Required methods

Get the span of the type.

Implementations on Foreign Types

Implementors