[][src]Function cdrs_tokio::cluster::startup

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