Skip to main content

View

Type Alias View 

Source
pub type View<'a, Q, F = ()> = ViewValue<'a, <Q as AsQuery>::Query, <F as AsQuery>::Query, StaticallyBorrowed>;
Expand description

View over entities that match query and filter, restricted to components that match the query.

Aliased Typeยง

pub struct View<'a, Q, F = ()> { /* private fields */ }