pub trait HeaderFormat {
    fn format(&self, tid: u32) -> String;
}

Required Methods

Implementors