6 changed files with 20 additions and 6 deletions
@ -0,0 +1,11 @@ |
|||
//! Essential types and traits intended for blanket imports.
|
|||
|
|||
pub use crate::error::ResultExt; |
|||
pub use crate::log::Log; |
|||
pub use crate::timer::Timer; |
|||
pub use crate::timer::CLOCK_VIRTUAL; |
|||
pub use crate::timer::NANOSECONDS_PER_SECOND; |
|||
|
|||
// Re-export commonly used macros
|
|||
pub use crate::ensure; |
|||
pub use crate::log_mask_ln; |
|||
Loading…
Reference in new issue