Struct fast_fmt::Empty [] [src]

pub struct Empty;

Empty type that never writes anything.

This is mostly a helper for macros.

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]

The implementor should write itself into writer inside this function.

The implementor should estimate how many bytes would it's representation have in UTF-8 if formated using specific strategy. Read more

Combinator for transforming the value,