pub type OwnedIndex<E> = GenericIndex<E, Arc<IndexMetadata>, Arc<SpaceMetadata>>;
Expand description
Owned index type, which can exists without related Space
object.
Aliased Type§
pub struct OwnedIndex<E> { /* private fields */ }
pub type OwnedIndex<E> = GenericIndex<E, Arc<IndexMetadata>, Arc<SpaceMetadata>>;
Owned index type, which can exists without related Space
object.
pub struct OwnedIndex<E> { /* private fields */ }