Trait nom_tracable::Tracable
source · pub trait Tracable: HasTracableInfo {
// Required methods
fn inc_depth(self) -> Self;
fn dec_depth(self) -> Self;
fn format(&self) -> String;
fn header(&self) -> String;
}Expand description
Trait to indicate the type has information for tracing.