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