[][src]Type Definition x86::vmx::Result

type Result<T> = Result<T, VmFail>;

A specialized Result type for VMX operations.

This type closely replicates VMX instruction conventions described in Intel SDM, Volume 3C, Section 30.2.