Function konst::string::eq_option_str

source ·
pub const fn eq_option_str<'a>(
    left: Option<&'a str>,
    right: Option<&'a str>
) -> bool
Available on crate feature cmp only.
Expand description

Compares two Option<&'a str> for equality.