pub trait UpdateTrait: Send + Sync + Serialize + DeserializeOwned + Debug + Clone { }

Object Safety§

This trait is not object safe.

Implementors§