Type Definition paxakos::communicator::NodeOf[][src]

pub type NodeOf<C> = <C as Communicator>::Node;
Expand description

Shorthand to extract Node type (impl NodeInfo) out of C.