[][src]Trait crdts::mvreg::Val

pub trait Val: Debug + Clone { }

A Trait alias for the possible values MVReg's may hold

Implementors

impl<T: Debug + Clone> Val for T[src]

Loading content...