Trait ux::prelude::MemoryOutputStreamExt[]

pub trait MemoryOutputStreamExt: 'static {
    pub fn get_data_size(&self) -> usize;
pub fn steal_as_bytes(&self) -> Option<Bytes>;
pub fn connect_property_data_size_notify<F>(&self, f: F) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
; }

Required methods

pub fn get_data_size(&self) -> usize

pub fn steal_as_bytes(&self) -> Option<Bytes>

pub fn connect_property_data_size_notify<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self), 

Loading content...

Implementors

impl<O> MemoryOutputStreamExt for O where
    O: IsA<MemoryOutputStream>, 

Loading content...