pub type Result<T> = Result<T, AetherError>;Expand description
Re-export core types for convenience. Result type alias for Aether operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AetherError),
}pub type Result<T> = Result<T, AetherError>;Re-export core types for convenience. Result type alias for Aether operations.
pub enum Result<T> {
Ok(T),
Err(AetherError),
}