[][src]Type Definition mongodb::Array

type Array = Vec<Bson>;

Alias for Vec<Bson>.