Type Definition nvapi::Result

source · []
pub type Result<T> = Result<T, Status>;
Expand description

The result of a fallible NVAPI call.