pub trait GetSpan {
    // Required method
    fn get_span(&self) -> Span;
}
Expand description

Gets the Span of Syn metadata

Required Methods§

source

fn get_span(&self) -> Span

Implementations on Foreign Types§

source§

impl GetSpan for Meta

source§

fn get_span(&self) -> Span

source§

impl GetSpan for Attribute

source§

fn get_span(&self) -> Span

Implementors§