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

pub struct Bytes;

Marker type for uninterpreted bytes.

Validation will never fail for this format.

Trait Implementations

impl Format for Bytes

fn validate(_: &[u8]) -> bool

fn validate_prefix(buf: &[u8]) -> bool

fn validate_suffix(buf: &[u8]) -> bool

fn validate_subseq(buf: &[u8]) -> bool

unsafe fn fixup(_lhs: &[u8], _rhs: &[u8]) -> Fixup

impl SliceFormat for Bytes

type Slice = [u8]

Derived Implementations

impl Debug for Bytes

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Default for Bytes

fn default() -> Bytes

impl Clone for Bytes

fn clone(&self) -> Bytes

fn clone_from(&mut self, source: &Self)

impl Copy for Bytes