pub trait Settingable:
Resource
+ Clone
+ Serialize
+ Default
+ for<'a> Deserialize<'a> { }Expand description
this is a blanked trait
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<S> Settingable for S
this is a blanked implementation of Settingable