ToInternalSpan

Trait ToInternalSpan 

Source
pub trait ToInternalSpan {
    // Required method
    fn to_internal_span(&self, source_file: &SourceFile) -> Span;
}

Required Methods§

Source

fn to_internal_span(&self, source_file: &SourceFile) -> Span

Implementations on Foreign Types§

Source§

impl ToInternalSpan for Span

Source§

fn to_internal_span(&self, source_file: &SourceFile) -> Span

Implementors§