Trait netstring::Shutdown [] [src]

pub trait Shutdown {
    fn shutdown(&self, how: ShutdownMode) -> Result<()>;
}

Required Methods

Implementors