AddSpan

Trait AddSpan 

Source
pub trait AddSpan {
    // Required method
    fn add(&self, other: SourceSpan) -> SourceSpan;
}

Required Methods§

Source

fn add(&self, other: SourceSpan) -> SourceSpan

Implementations on Foreign Types§

Source§

impl AddSpan for SourceSpan

Source§

fn add(&self, other: SourceSpan) -> SourceSpan

Implementors§