Function assign_to_resource

Source
pub fn assign_to_resource(
    commands: Commands<'_, '_>,
    settings: Res<'_, Assets<AllSettings>>,
    toml: Res<'_, TomlAsset>,
)