Re-exports§
pub use arrow_array;pub use arrow_data;pub use serde_yml;pub use tokio;pub use uhlc;pub use eyre;
Structs§
Traits§
- Context
- Provides the
wrap_errmethod forResult. - Option
Ext - Provides the
ok_or_eyremethod forOption.
Type Aliases§
- Result
- type alias for
Result<T, Report>