Function strip_bidi_opt
pub fn strip_bidi_opt(s: Option<String>) -> Option<String>Expand description
Strip in-place for an Option<String>. Convenience for provider code that
derives name/value/description then wants to scrub the result.