diff options
Diffstat (limited to 'mingling/src/lib.rs')
| -rw-r--r-- | mingling/src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index 2596a9c..6a7074b 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -133,6 +133,9 @@ pub mod macros { } #[cfg(feature = "macros")] +pub use mingling_macros::Wrap; + +#[cfg(feature = "macros")] pub use mingling_macros::EnumTag; #[cfg(feature = "macros")] @@ -197,6 +200,8 @@ pub mod prelude { #[cfg(feature = "core")] pub use crate::Routable; #[cfg(feature = "macros")] + pub use crate::Wrap; + #[cfg(feature = "macros")] pub use crate::macros::chain; #[cfg(all(feature = "extras", feature = "macros"))] pub use crate::macros::command; |
