Trait bevy_settings::Settingable
source · pub trait Settingable: Resource + Clone + Serialize + Default + for<'a> Deserialize<'a> { }Expand description
this is a blanked trait
Object Safety§
This trait is not object safe.
Implementors§
impl<S> Settingable for S
this is a blanked implementation of Settingable