Trait rustfmt::Spanned [] [src]

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

Required Methods

fn span(&self) -> Span

Implementors