1 2 3 4 5
pub mod r#impl; pub mod manifest; pub use manifest::emit_if_true_manifest; pub use r#impl::EmitIfTrue;