[][src]Trait lavish::Conn

pub trait Conn: Read + Write + Send + Sync + 'static {
    fn try_clone(&self) -> Result<Box<dyn Conn>>;
fn shutdown(&self, how: Shutdown) -> Result<()>; }

Required methods

fn try_clone(&self) -> Result<Box<dyn Conn>>

fn shutdown(&self, how: Shutdown) -> Result<()>

Loading content...

Implementations on Foreign Types

impl Conn for TcpStream[src]

Loading content...

Implementors

Loading content...