Trait reql::commands::Connect [] [src]

pub trait Connect {
    type Connection;
    fn connect(&self,
               args: Vec<(Config<Connection, Error>, Opts)>)
               -> Result<Self::Connection>; }

Create a new connection to the database server

Associated Types

Required Methods

Implementors