[][src]Function cdrs_temp::cluster::startup

pub fn startup<'b, T: CDRSTransport + 'static, A: Authenticator + 'static + Sized>(
    transport: &RefCell<T>,
    session_authenticator: &'b A
) -> Result<()>