Struct fast_fmt::Chain [] [src]

pub struct Chain<T0, T1> { /* fields omitted */ }

Two values chained together, so they can be concatenated.

Methods

impl<T0: Fmt, T1: Fmt> Chain<T0, T1>
[src]

Trait Implementations

impl<S, T0: Fmt<S>, T1: Fmt<S>> Fmt<S> for Chain<T0, T1>
[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,