Trait Settingable

Source
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§

Source§

impl<S> Settingable for S
where S: Resource + Clone + Serialize + Default + for<'a> Deserialize<'a>,

this is a blanked implementation of Settingable