Trait Interface

Source
pub trait Interface {
    type Sink: InterfaceSink;
}
Expand description

Interfaces define how messages are transported over the wire

Required Associated Types§

Source

type Sink: InterfaceSink

The Sink is the type used to send messages out of the Profile

Implementors§