[][src]Function tokio_ddmw::auth::unauthenticate

pub async fn unauthenticate<T: AsyncRead + AsyncWrite + Unpin, '_>(
    conn: &'_ mut Framed<T, Codec>
) -> Result<(), Error>

Return ownership of a connection to the built-in unauthenticated account.