Trait ux::prelude::IOStreamExtManual[]

pub trait IOStreamExtManual: IsA<IOStream> {
    pub fn into_async_read_write(
        self
    ) -> Result<IOStreamAsyncReadWrite<Self>, Self> { ... } }

Provided methods

pub fn into_async_read_write(self) -> Result<IOStreamAsyncReadWrite<Self>, Self>

Loading content...

Implementors

impl<O> IOStreamExtManual for O where
    O: IsA<IOStream>, 

Loading content...