Type Definition nvapi::Result [] [src]

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

The result of a fallible NVAPI call.