Enum pest::error::InputLocation [−][src]
Where an Error has occurred.
Variants
Pos(usize)Error was created by Error::new_from_pos
Error was created by Error::new_from_span
Trait Implementations
impl Clone for InputLocation[src]
impl Clone for InputLocation[src]fn clone(&self) -> InputLocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for InputLocation[src]
impl Hash for InputLocation[src]impl PartialEq<InputLocation> for InputLocation[src]
impl PartialEq<InputLocation> for InputLocation[src]