pub type LogEntryOf<C> = <C as Communicator>::LogEntry;
Expand description

Shorthand to extract LogEntry type out of C.