pub trait VMValueCast<T> {
    // Required method
    fn cast(self) -> PartialVMResult<T>;
}

Required Methods§

Implementors§