pub trait ErrorLocation<T, E> {
    fn location(self, loc: Location) -> Result<T>;
}
Expand description

Add source code location

Required Methods§

Implementations on Foreign Types§

Implementors§