Struct display_bytes::FormatBase64 [] [src]

pub struct FormatBase64;

Formats byte sequences in Base-64.

Trait Implementations

impl Copy for FormatBase64
[src]

impl Clone for FormatBase64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FormatBase64
[src]

Formats the value using the given formatter.

impl ByteFormat for FormatBase64
[src]

Encode the given byte-sequence in some human-readable format and print it to f.

Uses fmt_bytes() to encode the byte-sequence and print it to a String. Read more