pub type Result<T> = Result<T, NeofetchError>;Expand description
Result type alias for neofetch operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(NeofetchError),
}pub type Result<T> = Result<T, NeofetchError>;Result type alias for neofetch operations
pub enum Result<T> {
Ok(T),
Err(NeofetchError),
}