Function konst::string::eq_option_str[][src]

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

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