Trait AsBytes

pub trait AsBytes

Helper trait for types that can be viewed as a byte slice

Required Methods

fn as_bytes(&self) -> &[u8]

Casts the input type to a byte slice

Implementors