pub trait HasTransport { type Transport: Transport; }
A protocol which has a default transport type.
The default transport type for this protocol.