Function holochain_wasmer_guest::return_ptr[][src]

pub fn return_ptr<R>(return_value: R) -> GuestPtr where
    R: Serialize + Debug

Convert any serializable value into a GuestPtr that can be returned to the host. The host is expected to know how to consume and deserialize it.