Skip to main content

read_group_order

Function read_group_order 

Source
fn read_group_order(
    parameters: &[KeyValuePair],
) -> Result<Option<GroupOrder>, FillError>
Expand description

The GROUP_ORDER in one parameter list, or None if it holds none.

One list, one level: the caller decides which scope this is being asked about, because the two scopes answer the question in a fixed order and only group_order knows that order.