pub async fn check(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<CheckResponse>, Error>Expand description
Checks if a mark ID is available
Arguments
id- The ID to checkclient_sender- Reference to the tokio channel into the client