Function pax_std::core::text::opt_value_eq_opt_msg

source ยท
pub fn opt_value_eq_opt_msg<T, U>(
    opt_value: &Option<T>,
    opt_value_msg: &Option<U>,
) -> bool
where T: PartialEq<U>,