[][src]Trait nom_recursive::HasRecursiveInfo

pub trait HasRecursiveInfo {
    pub fn get_recursive_info(&self) -> RecursiveInfo;
pub fn set_recursive_info(self, info: RecursiveInfo) -> Self; }

Trait for recursive tracer

The input type of nom parser must implement this.

Required methods

Loading content...

Implementations on Foreign Types

impl<T, U> HasRecursiveInfo for LocatedSpanEx<T, U> where
    U: HasRecursiveInfo
[src]

impl<T, U> HasRecursiveInfo for LocatedSpan<T, U> where
    U: HasRecursiveInfo
[src]

Loading content...

Implementors

impl HasRecursiveInfo for RecursiveInfo[src]

Loading content...