pub trait ErrorWithSpan {
    fn get_message(&self) -> Span;
    fn get_span(&self) -> Span;
}

Required Methods§

Implementors§