Function eva_common::payload::pack

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