[][src]Function hydrogen::begin

pub fn begin<T>(handler: Box<T>, cfg: Config) where
    T: Handler + Send + Sync + 'static, 

Starts the server with the passed configuration and handler.