[][src]Trait afeather::ComponentWrite

pub trait ComponentWrite {
    type BatchWrite: Sized;
    fn read_batch_mut(archetype: &Archetype) -> Option<Self::BatchWrite>;
}

Associated Types

Loading content...

Required methods

fn read_batch_mut(archetype: &Archetype) -> Option<Self::BatchWrite>

Loading content...

Implementations on Foreign Types

impl<T: ComponentWrite> ComponentWrite for Option<T>[src]

Loading content...

Implementors

Loading content...