DispatcherId

Type Alias DispatcherId 

Source
pub type DispatcherId = FragmentId;
Expand description

Should be used together with ActorId to uniquely identify a dispatcher

Aliased Typeยง

#[repr(transparent)]
pub struct DispatcherId(/* private fields */);