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

Required methods

Implementors