Type Alias Fields

Source
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: FieldId

The lower bound of the range (inclusive).

§end: FieldId

The upper bound of the range (exclusive).