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