Trait fourleaf::io::AsExtBytes [] [src]

pub trait AsExtBytes<'a> {
    fn as_ext_bytes(&mut self) -> &'a [u8];
}

Like AsRef<[T]>, but the lifetime of the slice is independent of self.

Required Methods

Returns a reference the bytes of this buffer.

Implementors