fn add_display_constraint_to_type_predicate(
predicate_that_needs_a_display_impl: &mut PredicateType,
)
Expand description
Add a requirement for core::fmt::Display to a where
predicate for some type.
fn add_display_constraint_to_type_predicate(
predicate_that_needs_a_display_impl: &mut PredicateType,
)
Add a requirement for core::fmt::Display to a where
predicate for some type.