Type Alias mongodb::options::TagSet

source ·
pub type TagSet = HashMap<String, String>;
Expand description

A read preference tag set. See the documentation here for more details.

Aliased Type§

struct TagSet { /* private fields */ }