[][src]Type Definition bson::Array

type Array = Vec<Bson>;

Alias for Vec<Bson>.