Home
last modified time | relevance | path

Searched refs:CborEncodeError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dbcc.rs32 CborEncodeError, enumerator
49 Self::CborEncodeError => write!(f, "Error encoding BCC CBOR"), in fmt()
75 cbor_util::serialize(&bcc_handover).map_err(|_| BccError::CborEncodeError) in truncate()