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

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

A type alias for collections metadata iterator.