Trait ferrite_session::internal::base::Slot[][src]

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

Associated Types

Loading content...

Implementors

impl Slot for Empty[src]

type Endpoint = ()

impl<P> Slot for P where
    P: Protocol
[src]

Loading content...