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