Trait infinitree::fields::Value[][src]

pub trait Value: Serialize + DeserializeOwned + Send + Sync { }
Expand description

A marker trait for values that can be serialized and used as a value for an index field.

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

Implementors