pub type Result<T = ()> = Result<T, Error>;Expand description
The result type used within the crate.
Aliased Type§
pub enum Result<T = ()> {
Ok(T),
Err(Error),
}Variants§
Trait Implementations§
Source§impl From<NVSDK_NGX_Result> for Result
impl From<NVSDK_NGX_Result> for Result
Source§fn from(value: NVSDK_NGX_Result) -> Self
fn from(value: NVSDK_NGX_Result) -> Self
Converts to this type from the input type.