[][src]Trait gio::MemoryInputStreamExt

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

Required methods

fn add_bytes(&self, bytes: &Bytes)

Loading content...

Implementors

impl<O: IsA<MemoryInputStream>> MemoryInputStreamExt for O[src]

Loading content...