Trait move_vm_types::values::values_impl::VMValueCast
source · pub trait VMValueCast<T> {
// Required method
fn cast(self) -> PartialVMResult<T>;
}
pub trait VMValueCast<T> {
// Required method
fn cast(self) -> PartialVMResult<T>;
}