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