Type Definition paxakos::node::CommunicatorOf[][src]

pub type CommunicatorOf<N> = <N as Node>::Communicator;
Expand description

Shorthand to extract Communicator type out of N.