Module thirdparty

Source

Re-exports§

pub use arrow_array;
pub use arrow_data;
pub use serde_yml;
pub use tokio;
pub use uhlc;
pub use eyre;

Structs§

HLC
An Hybric Logical Clock generating Timestamps
Uuid
A Universally Unique Identifier (UUID).

Traits§

Context
Provides the wrap_err method for Result.
OptionExt
Provides the ok_or_eyre method for Option.

Type Aliases§

Result
type alias for Result<T, Report>