pub type DocumentSelector = Vec<DocumentFilter>;
Expand description
A document selector is the combination of one or many document filters.
Aliased Typeยง
struct DocumentSelector { /* private fields */ }
pub type DocumentSelector = Vec<DocumentFilter>;
A document selector is the combination of one or many document filters.
struct DocumentSelector { /* private fields */ }