Struct flo_stream::StreamSwitch[][src]

pub struct StreamSwitch<TValue> { /* fields omitted */ }
Expand description

Used to switch the stream for a corresponding SwitchingStream item

This must be dropped before the corresponding SwitchingStream can be closed

Implementations

Switches the stream being returned by the corresponding SwitchingStream to the specified new stream

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.