HasTransport

Trait HasTransport 

Source
pub trait HasTransport {
    type Transport: Transport;
}
Expand description

A protocol which has a default transport type.

Required Associated Types§

Source

type Transport: Transport

The default transport type for this protocol.

Implementors§