pub type Fields = Range<FieldId>;Expand description
A (start, end) range in FederatedGraph::fields.
Aliased Type§
pub struct Fields {
pub start: FieldId,
pub end: FieldId,
}Fields§
§start: FieldIdThe lower bound of the range (inclusive).
end: FieldIdThe upper bound of the range (exclusive).