Enum pest::error::LineColLocation [−][src]
Line/column where an Error has occurred.
Variants
Line/column pair if Error was created by Error::new_from_pos
Line/column pairs if Error was created by Error::new_from_span
Trait Implementations
impl Clone for LineColLocation[src]
impl Clone for LineColLocation[src]fn clone(&self) -> LineColLocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for LineColLocation[src]
impl Hash for LineColLocation[src]impl PartialEq<LineColLocation> for LineColLocation[src]
impl PartialEq<LineColLocation> for LineColLocation[src]