pub type Result<T> = Result<T, JImageError>;Expand description
Type alias for a Result type that uses JImageError for error handling.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(JImageError),
}pub type Result<T> = Result<T, JImageError>;Type alias for a Result type that uses JImageError for error handling.
pub enum Result<T> {
Ok(T),
Err(JImageError),
}