Struct buffer::ArrayVecBuffer [] [src]

pub struct ArrayVecBuffer<'data, A: 'data + Array<Item=u8>> { /* fields omitted */ }

The intermediate step from a ArrayVec to a BufferRef.

Trait Implementations

impl<'d, A: Array<Item=u8>> Drop for ArrayVecBuffer<'d, A>
[src]

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

impl<'d, A: Array<Item=u8>> ToBufferRef<'d> for ArrayVecBuffer<'d, A>
[src]

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