[][src]Trait crdts::map::Key

pub trait Key: Debug + Ord + Clone { }

Key Trait alias to reduce redundancy in type decl.

Implementors

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

Loading content...