pub trait Positioned {
// Required methods
fn end(&self) -> usize;
fn start(&self) -> usize;
}
Expand description
Element that has a start position and end position.
pub trait Positioned {
// Required methods
fn end(&self) -> usize;
fn start(&self) -> usize;
}
Element that has a start position and end position.