[][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

impl<T: Resource> ResourcesWriter for InsertResource<T>[src]

Loading content...