Struct borealis::tendril::fmt::Bytes []

pub struct Bytes;

Marker type for uninterpreted bytes.

Validation will never fail for this format.

Trait Implementations

impl Default for Bytes

impl Copy for Bytes

impl SliceFormat for Bytes

impl Format for Bytes

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 Debug for Bytes

Formats the value using the given formatter.

impl Clone for Bytes

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more