[][src]Struct shipliftExp::tty::Multiplexed

pub struct Multiplexed { /* fields omitted */ }

A multiplexed stream.

Methods

impl Multiplexed[src]

Important traits for MultiplexedBlocking
pub fn wait(self) -> MultiplexedBlocking[src]

Trait Implementations

impl Write for Multiplexed[src]

impl Stream for Multiplexed[src]

type Item = Chunk

The type of item this stream will yield on success.

type Error = Error

The type of error this stream may generate.

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<W> WriteBytesExt for W where
    W: Write + ?Sized
[src]

impl<T> StreamExt for T where
    T: Stream + ?Sized
[src]