[][src]Trait lavish::Conn

pub trait Conn: Read + Write + Send + Sized + 'static {
    fn try_clone(&self) -> Result<Self>;
}

Required methods

fn try_clone(&self) -> Result<Self>

Loading content...

Implementations on Foreign Types

impl Conn for TcpStream[src]

Loading content...

Implementors

Loading content...