pub fn dynamic_bundle_satisfies_query<B, Q>(b: &B) -> boolwhere
B: DynamicBundle,
Q: Query,Expand description
Checks if a query is satisfied by a dynamic bundle. For static bundles, see bundle_satisfies_query. This is primarily useful for unit tests.