pub type Result<T> = Result<T, KronosError>;Expand description
Result type for the unified API
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KronosError),
}pub type Result<T> = Result<T, KronosError>;Result type for the unified API
pub enum Result<T> {
Ok(T),
Err(KronosError),
}