Type Definition infinitree::fields::List

source · []
pub type List<T> = Arc<RwLock<Vec<T>>>;
Expand description

Shortcut to Arc<RwLock<Vec<T>>>, that can be used in an Index

This type supports all Index operations, and can be used with both LocalField and SparseField serialization strategies.

Trait Implementations

Generate an Intent wrapper for each field in the Index. Read more

Generate an Intent wrapper for each field in the Index. Read more