pub type Result<T> = Result<T, GRAPHIN_RESULT>;
Expand description
A specialized Result
type for graphics operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(GRAPHIN_RESULT),
}
pub type Result<T> = Result<T, GRAPHIN_RESULT>;
A specialized Result
type for graphics operations.
pub enum Result<T> {
Ok(T),
Err(GRAPHIN_RESULT),
}