pub(crate) fn return_pref_names(
pref: ReturnPref,
) -> (&'static str, &'static str)Expand description
Human-readable (attribute value, wrapper type) pair for a ReturnPref,
used to phrase the apply_return_pref compile error.
pub(crate) fn return_pref_names(
pref: ReturnPref,
) -> (&'static str, &'static str)Human-readable (attribute value, wrapper type) pair for a ReturnPref,
used to phrase the apply_return_pref compile error.