Trait rfw::ecs::world::FromWorld[][src]

pub trait FromWorld {
    fn from_world(world: &mut World) -> Self;
}
Expand description

Creates Self using data from the given World

Required methods

Creates Self using data from the given World

Implementors