displaydoc::expand

Function add_display_constraint_to_type_predicate

source
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.