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

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