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§

source§

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

this is a blanked implementation of Settingable