Trait hecs_schedule::View[][src]

pub trait View<'a> {
    type Superset;
    fn split(orig: Self::Superset) -> Self;
}
Expand description

Traits for types which represent a view or subset of some other type.

Associated Types

The type which View comes from

Required methods

Splits from the containing superset

Implementations on Foreign Types

Implementors