[−][src]Trait sp_wasm_interface::ReadPrimitive
Something that can read a primitive from a wasm memory location.
Required methods
pub fn read_primitive(&self, ptr: Pointer<T>) -> Result<T>[src]
Read a primitive from the given memory location ptr.