pub type DeliveryMap = HashMap<DictKey, DeliveryMapEntry>;
Expand description
A nested dictionary mapping capability names to delivery method.
Each entry in a Dict should have a corresponding entry here describing how the capability will be delivered to the process. If a Dict has a nested Dict, then there will be a corresponding nested DeliveryMapEntry::Dict containing the DeliveryMap for the capabilities in the nested Dict.
Aliased Typeยง
struct DeliveryMap { /* private fields */ }