☰
PartialVMResult
PartialVMResult
In move_binary_format::errors
Structs
PartialVMError
VMError
Enums
Location
Functions
bounds_error
offset_out_of_bounds
verification_error
vm_status_of_result
Type Definitions
BinaryLoaderResult
PartialVMResult
VMResult
?
Type Definition
move_binary_format
::
errors
::
PartialVMResult
source
·
[
−
]
pub type PartialVMResult<T> =
Result
<T,
PartialVMError
>;