pub trait Display {
    fn fmt(&self) -> String;
}

Required methods

Implementations on Foreign Types

Implementors