Trait cut::Slot

source · []
pub trait Slot: 'static + SealedSlot + Send {
    type Endpoint: Send;
}

Associated Types

Implementors