Trait adana_db::Value

source ·
pub trait Value: Serialize + Send + Clone + Debug + Sync { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Serialize + Send + Clone + Debug + Sync> Value for T