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

pub type ErrorOf<C> = <C as Communicator>::Error;
Expand description

Shorthand to extract Error type out of C.