pub fn insert_resource<R>(resource: R) -> impl Commandwhere R: Resource,
A Command that inserts a Resource into the world.
Command
Resource