Trait infinitree::fields::Key[][src]

pub trait Key: Serialize + DeserializeOwned + Eq + Hash + Send + Sync { }
Expand description

A marker trait for value that can be used as a key in an index.

You should generally not implement this trait as a blanket implementation will cover all types that conform.

Implementors