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

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

slice that can works in Async Context

Required methods

fn len(&self) -> usize[src]

Loading content...

Implementors

Loading content...