Trait reproto_core::WithPos [] [src]

pub trait WithPos {
    fn with_pos<E: Into<ErrorPos>>(self, pos: E) -> Self;
}

Required Methods

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

Implementations on Foreign Types

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

[src]

Implementors