Structs§
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-compathas not been set, then use the registered outlives obligations as implied bounds if we detectbevy_ecs::*::ParamSetin 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 forT: 'ato hold. We get to assume that the caller has validated those relationships. - query_
compute_ implied_ outlives_ bounds