workflow_core/extensions/
mod.rs

1//!
2//! Miscellaneour helper traits.
3//!
4
5pub mod is_not_empty;
6pub use is_not_empty::*;