☰
Slot
Associated Types
Endpoint
Implementors
In ferrite_session::internal::base
?
Trait
ferrite_session
::
internal
::
base
::
Slot
source
·
[
−
]
pub trait Slot: SealedSlot +
Send
+ 'static { type
Endpoint
:
Send
; }
Associated Types
source
type
Endpoint
:
Send
Implementors
source
impl
Slot
for
Empty
type
Endpoint
=
()
source
impl<A>
Slot
for A
where
A:
Protocol
,
type
Endpoint
=
ClientEndpoint
<A>