[−][src]Trait gio::subclass::io_stream::IOStreamImplExt   
            Required methods
fn parent_get_input_stream(&self, stream: &IOStream) -> InputStream
fn parent_get_output_stream(&self, stream: &IOStream) -> OutputStream
fn parent_close(
    &self, 
    stream: &IOStream, 
    cancellable: Option<&Cancellable>
) -> Result<(), Error>
&self,
stream: &IOStream,
cancellable: Option<&Cancellable>
) -> Result<(), Error>
Implementors
impl<T: IOStreamImpl + ObjectImpl> IOStreamImplExt for T[src]
fn parent_get_input_stream(&self, stream: &IOStream) -> InputStream[src]
fn parent_get_output_stream(&self, stream: &IOStream) -> OutputStream[src]
fn parent_close(
    &self, 
    stream: &IOStream, 
    cancellable: Option<&Cancellable>
) -> Result<(), Error>[src]
&self,
stream: &IOStream,
cancellable: Option<&Cancellable>
) -> Result<(), Error>