Trait buffer::Buffer [] [src]

pub trait Buffer<'data> {
    type Intermediate: ToBufferRef<'data>;
    fn to_to_buffer_ref(self) -> Self::Intermediate;
}

Associated Types

Required Methods

fn to_to_buffer_ref(self) -> Self::Intermediate

Implementors