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