Trait FormatSpecific

Source
pub trait FormatSpecific<V>: Encode<V> + Decode<V> { }

Implementors§

Source§

impl<V, T> FormatSpecific<V> for T
where T: Encode<V> + Decode<V>,