1 2 3 4 5 6 7
use atat::atat_derive::AtatResp; #[derive(Clone, AtatResp)] pub struct PromptToPayload { #[at_arg(position = 0)] pub pmid: u16, }