pub trait Format {
    fn do_format(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors