pub type OutputRequest = HashMap<EntityId, Vec<Attr>>;Expand description
The requested outputs for get_data. For each entity where data is
needed, the required attributes are listed.
Aliased Typeยง
pub struct OutputRequest { /* private fields */ }