hopr_primitive_types

Module prelude

Source

Re-exports§

pub use super::errors::GeneralError;
pub use super::f64_approx_eq;
pub use super::primitives::*;
pub use super::sma::*;
pub use super::traits::*;

Structs§

DateTime
ISO 8601 combined date and time with time zone.
Utc
The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).