[][src]Function tokio_ddmw::clntif_util::authenticate

pub async fn authenticate<'_, '_>(
    conn: &'_ mut Framed<TcpStream, Codec>,
    auth: &'_ Auth
) -> Result<Params, Error>

Simple helper function for authenticating a connection.