1 2 3 4 5 6
pub mod typed; use rsip::headers::Warning; validate_untyped_header_trait!(Warning); validate_to_typed_header_trait!(Warning);