Searched defs:CoseRecipient (Results 1 – 1 of 1) sorted by relevance
42 pub struct CoseRecipient { struct46 pub recipients: Vec<CoseRecipient>, argument49 impl crate::CborSerializable for CoseRecipient {} implementation51 impl AsCborValue for CoseRecipient { implementation97 impl CoseRecipient { impl