Type Definition move_binary_format::errors::VMResult

source ·
pub type VMResult<T> = Result<T, VMError>;