pub async fn mark_info(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<MarkInfoResponse>, Error>Expand description
Fetches information about a mark
Arguments
id- The ID of the mark in questionclient_sender- Reference to the tokio channel into the client