pub trait Slot: SealedSlot + Send + 'static {
    type Endpoint: Send;
}

Associated Types

Implementors