Function overnet_core::decode_fidl
source ยท pub fn decode_fidl<T: Persistable>(bytes: &mut [u8]) -> Result<T, Error>
Expand description
Decode some bytes into a FIDL type
pub fn decode_fidl<T: Persistable>(bytes: &mut [u8]) -> Result<T, Error>
Decode some bytes into a FIDL type