Trait unidok_repr::ToSpans[][src]

pub trait ToSpans {
    fn to_spans(&self, buf: &mut Vec<SyntaxSpan>);
}

Required methods

Implementations on Foreign Types

Implementors