pub const fn eq_option_str<'a>( left: Option<&'a str>, right: Option<&'a str>, ) -> bool
Compares two Option<&'a str> for equality.
Option<&'a str>