Struct tokio_fmt_encoder::DisplayEncoder [] [src]

pub struct DisplayEncoder<I> { /* fields omitted */ }

Encode items that implement Display, separated by newlines.

Trait Implementations

impl<I> Default for DisplayEncoder<I>
[src]

[src]

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

impl<I: Display> Encoder for DisplayEncoder<I>
[src]

The type of items consumed by the Encoder

The type of encoding errors. Read more

[src]

Encodes a frame into the buffer provided. Read more