pub trait LocatedError {
// Required method
fn location(&self) -> (usize, usize);
}
Expand description
Error with a location info.
pub trait LocatedError {
// Required method
fn location(&self) -> (usize, usize);
}
Error with a location info.