[][src]Trait fluvio_dataplane_protocol::record::AsyncBuffer

pub trait AsyncBuffer {
    fn len(&self) -> usize;
}

slice that can works in Async Context

Required methods

fn len(&self) -> usize

Loading content...

Implementors

impl AsyncBuffer for DefaultAsyncBuffer[src]

Loading content...