Function overnet_core::encode_fidl

source ·
pub fn encode_fidl<'a, T: Persistable>(
    value: &'a mut T
) -> Result<Vec<u8>, Error>
where &'a T: Encode<T>,
Expand description

Encode a FIDL type into some bytes