#[derive(Resource)]
Implements Resource for the type.
Resource
use my_ecs::prelude::*; #[derive(Resource)] struct R(i32);