Skip to main content

HeaderFormat

Trait HeaderFormat 

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

Required Methods§

Source

fn format(&self, tid: u32) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§