pub type Infrastructure = HashMap<String, InfraNode>;

Aliased Type§

struct Infrastructure { /* private fields */ }

Trait Implementations§

source§

impl From<InfrastructureHelper> for Infrastructure

source§

fn from(helper_infrastructure: InfrastructureHelper) -> Self

Converts to this type from the input type.