[][src]Trait bevy::ecs::ResourcesWriter

pub trait ResourcesWriter: Send + Sync {
    fn write(self: Box<Self>, resources: &mut Resources);
}

Required methods

fn write(self: Box<Self>, resources: &mut Resources)

Loading content...

Implementors

Loading content...