pub type BlockSelection = Selection<BlockFilter>;Aliased Type§
pub struct BlockSelection {
pub include: BlockFilter,
pub exclude: Option<BlockFilter>,
}Fields§
§include: BlockFilterFilters where matching values should be included in the response Default::default() means include everything
exclude: Option<BlockFilter>Filters where matching values should be excluded from the response None means exclude nothing, Some(Default::default()) means exclude everything