pub trait ShutdownStream {
    // Required method
    fn shutdown_stream(&mut self);
}

Required Methods§

source

fn shutdown_stream(&mut self)

Implementations on Foreign Types§

source§

impl<'a, T> ShutdownStream for BoxStream<'a, T>

Implementors§