pub type Infrastructure = HashMap<String, InfraNode>;
Aliased Type§
pub struct Infrastructure { /* private fields */ }
Trait Implementations§
Source§impl From<InfrastructureHelper> for Infrastructure
impl From<InfrastructureHelper> for Infrastructure
Source§fn from(helper_infrastructure: InfrastructureHelper) -> Self
fn from(helper_infrastructure: InfrastructureHelper) -> Self
Converts to this type from the input type.