[][src]Trait nom_tracable::HasTracableInfo

pub trait HasTracableInfo {
    fn get_tracable_info(&self) -> TracableInfo;
fn set_tracable_info(self, info: TracableInfo) -> Self; }

Trait to indicate TracableInfo is provided.

Required methods

fn get_tracable_info(&self) -> TracableInfo

fn set_tracable_info(self, info: TracableInfo) -> Self

Loading content...

Implementations on Foreign Types

impl<T: Display, U: HasTracableInfo> HasTracableInfo for LocatedSpanEx<T, U>[src]

Loading content...

Implementors

impl HasTracableInfo for TracableInfo[src]

Loading content...