pub type Result<T> = Result<T, ImageCliError>;Expand description
The standard result type used in this library.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ImageCliError),
}pub type Result<T> = Result<T, ImageCliError>;The standard result type used in this library.
pub enum Result<T> {
Ok(T),
Err(ImageCliError),
}