eva_common::payload

Function pack

Source
pub fn pack<T>(val: &T) -> EResult<Vec<u8>>
where T: Serialize + ?Sized,