pub trait WritableBase: Copy + Clone + PartialEq + Eq + Hash + PartialOrd + Ord + Debug { }
Expand description

Set of requirements for types that can be wrapped in Writable.

Implementors