pub trait Value: Clone + Debug + Send + Sync { }

Implementors