Struct buffer::SliceRefBuffer [] [src]

pub struct SliceRefBuffer<'data> { /* fields omitted */ }

The intermediate step from a byte slice reference to a BufferRef.

Trait Implementations

impl<'d> Drop for SliceRefBuffer<'d>
[src]

A method called when the value goes out of scope. Read more

impl<'d> ToBufferRef<'d> for SliceRefBuffer<'d>
[src]

Second step to convert a T: Buffer to a BufferRef.