Trait fluvio::dataplane::record::AsyncBuffer[][src]

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

slice that can works in Async Context

Required methods

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

Loading content...

Implementors

Loading content...