Function holochain_wasmer_host::prelude::encode

source ·
pub fn encode<T>(val: &T) -> Result<Vec<u8>, SerializedBytesError>
where T: Serialize + Debug,