[][src]Trait nom_tracable::Tracable

pub trait Tracable: HasTracableInfo {
    fn inc_depth(self) -> Self;
fn dec_depth(self) -> Self;
fn format(&self) -> String;
fn header(&self) -> String; }

Trait to indicate the type has information for tracing.

Required methods

fn inc_depth(self) -> Self

fn dec_depth(self) -> Self

fn format(&self) -> String

fn header(&self) -> String

Loading content...

Implementors

Loading content...