Trait ux::prelude::MemoryInputStreamExt[]

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

Required methods

pub fn add_bytes(&self, bytes: &Bytes)

Loading content...

Implementors

impl<O> MemoryInputStreamExt for O where
    O: IsA<MemoryInputStream>, 

Loading content...