pub async fn logout(
    client_sender: Sender<RequestMessage>
) -> Result<CommandResponse<()>, Error>
Expand description

Ends an EPP session

Arguments

  • client_sender - Reference to the tokio channel into the client