pub trait AsFormat {
    const SELF: Format;
}
Expand description

Conversion trait into Format;

Associated Constants

Associated format.

Implementations on Foreign Types

Implementors