Struct stream_cancel::ValveHandle[][src]

pub struct ValveHandle(_);

A handle to a wrapped stream.

Methods

impl ValveHandle
[src]

Close the valve for the associated stream, and make it immediately yield None.

Trait Implementations

impl Debug for ValveHandle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ValveHandle

impl Sync for ValveHandle