[][src]Trait bevy_ecs::ResourcesWriter

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

Required methods

pub fn write(self: Box<Self>, resources: &mut Resources)[src]

Loading content...

Implementors

Loading content...