Trait Tracable
nom_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.
fn inc_depth(self) -> Self
fn dec_depth(self) -> Self
fn format(&self) -> String
fn header(&self) -> String