Struct tendril::fmt::Bytes [] [src]

pub struct Bytes;

Marker type for uninterpreted bytes.

Validation will never fail for this format.

Trait Implementations

impl Copy for Bytes
[src]

impl Clone for Bytes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Bytes
[src]

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

impl Debug for Bytes
[src]

Formats the value using the given formatter.

impl Format for Bytes
[src]

Check whether the buffer is valid for this format.

Check whether the buffer is valid for this format. Read more

Check whether the buffer is valid for this format. Read more

Check whether the buffer is valid for this format. Read more

Compute any fixup needed when concatenating buffers. Read more

impl SliceFormat for Bytes
[src]