Trait IOStreamExtManual
gio::prelude
pub trait IOStreamExtManual: Sized + IsA<IOStream> { fn into_async_read_write(self) -> Result<IOStreamAsyncReadWrite<Self>, Self> { ... } }
fn into_async_read_write(self) -> Result<IOStreamAsyncReadWrite<Self>, Self>
impl<O: IsA<IOStream>> IOStreamExtManual for O