Skip to main content

Buffer

Type Alias Buffer 

Source
pub type Buffer<'a> = Slice<'a, u8>;

Aliased Type§

pub struct Buffer<'a> { /* private fields */ }

Trait Implementations§

Source§

impl<'a> From<&'a str> for Buffer<'a>

Source§

fn from(_buf: &'a str) -> Self

Converts to this type from the input type.