pub trait AppendComponentswhere
    Self: IteratorSoa,
{ fn is_match<S: Storage>(storage: &S) -> bool; fn append_components<I, S>(items: I, storage: &mut S) -> usize
    where
        S: Storage,
        I: IntoIterator<Item = Self>
; }

Required Methods§

Implementations on Foreign Types§

Implementors§