[][src]Trait new_home_core::connection::connection_factory::ConnectionFactory

pub trait ConnectionFactory {
    fn create_connection(&self) -> Result<ClientConnection, IoError>;
}

Provides a function which returns a client connection consisting of a reader and a writer

Required methods

Loading content...

Implementors

Loading content...