[][src]Type Definition libmussh::MultiplexMapType

type MultiplexMapType = IndexMap<String, (Host, IndexMap<CmdType, IndexMap<String, String>>)>;

Type used by multiplex to run commands on hosts

This is a map of the following: Host Name to Command Tuple The Command Tuple consists of a Host and a CmdType map The CmdType map contains a map of Command Name to actual Command