Function nvml_wrapper::error::nvml_try
source · [−]pub fn nvml_try(code: nvmlReturn_t) -> Result<(), NvmlError>Expand description
Converts an nvmlReturn_t type into a Result<(), NvmlError>.
pub fn nvml_try(code: nvmlReturn_t) -> Result<(), NvmlError>Converts an nvmlReturn_t type into a Result<(), NvmlError>.