Skip to main content

DistContext

Type Alias DistContext 

Source
pub type DistContext = HashMap<String, Distribution>;
Expand description

A mapping from port name → Distribution, mirroring ExecutionContext.

Aliased Type§

pub struct DistContext { /* private fields */ }