[][src]Function holochain_wasmer_host::guest::from_guest_ptr

pub fn from_guest_ptr<O: TryFrom<SerializedBytes>>(
    ctx: &mut Ctx,
    guest_ptr: GuestPtr
) -> Result<O, WasmError> where
    O::Error: Into<String>, 

deserialize any SerializeBytes type out of the guest from a guest pointer