pub trait MemoryInputStreamExt: 'static {
    // Required method
    fn add_bytes(&self, bytes: &Bytes);
}

Required Methods§

source

fn add_bytes(&self, bytes: &Bytes)

Implementors§