pub trait WithCause {
    fn with_cause(self, msg: &str, pos: Position) -> Self;
}

Required Methods§

Implementors§