Skip to main content

Module implied_outlives_bounds

Module implied_outlives_bounds 

Source

Structs§

ContainsBevyParamSet 🔒

Functions§

compute_implied_outlives_bounds_inner
consider_implied_bounds_hack_for_ty
If we’re at a callsite which should apply the bevy implied bounds hack and -Zno-implied-bounds-compat has not been set, then use the registered outlives obligations as implied bounds if we detect bevy_ecs::*::ParamSet in the arg.
implied_bounds_from_components 🔒
When we have an implied bound that T: 'a, we can further break this down to determine what relationships would have to hold for T: 'a to hold. We get to assume that the caller has validated those relationships.
query_compute_implied_outlives_bounds