Trait reproto_core::WithSpan [] [src]

pub trait WithSpan {
    fn with_span<E: Into<Span>>(self, span: E) -> Self;
}

Required Methods

Add additional position information, if it's not already present.

Implementations on Foreign Types

impl<T, E> WithSpan for Result<T, E> where
    E: WithSpan
[src]

[src]

Implementors