Struct fast_fmt::Empty [] [src]

pub struct Empty;

Methods

impl Empty
[src]

Trait Implementations

impl Debug for Empty
[src]

Formats the value using the given formatter.

impl Default for Empty
[src]

Returns the "default value" for a type. Read more

impl Copy for Empty
[src]

impl Clone for Empty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S> Fmt<S> for Empty
[src]