Function overnet_core::encode_fidl
source ยท pub fn encode_fidl<'a, T: Persistable>(
value: &'a mut T,
) -> Result<Vec<u8>, Error>
Expand description
Encode a FIDL type into some bytes
pub fn encode_fidl<'a, T: Persistable>(
value: &'a mut T,
) -> Result<Vec<u8>, Error>
Encode a FIDL type into some bytes