// Import the derive macro for ContainsUtf8
pub use ContainsUtf8;
/// The `contains_utf8` function returns whether a value implementing this trait
/// uses non-ascii UTF-8 text added by RFC 6532.
///
/// This is useful to distinguish between headers bodies or other tokens that
/// require RFC 6532 and those that do not.