[][src]Type Definition ejdb::meta::CollectionIndices

type CollectionIndices<'a> = Map<Iter<'a, Bson>, fn'd(_: &'d Bson) -> IndexMetadata<'d>>;

A type alias for indices metadata iterator.