Struct fast_fmt::transform::Transformed [] [src]

pub struct Transformed<V, T: Transform> { /* fields omitted */ }

Transformation attached to a value, transforming given vale when formatting.

Methods

impl<V, T: Transform> Transformed<V, T>
[src]

Attaches transformation to the value.

Trait Implementations

impl<S, V: Fmt<S>, T: Transform> Fmt<S> for Transformed<V, T>
[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,