PqxdhHandlerStates

Type Alias PqxdhHandlerStates 

Source
type PqxdhHandlerStates<M> = BTreeMap<PqxdhInboxProtocol, (Arc<PqxdhProtocolHandler<M>>, JoinHandle<()>)>;

Aliased Typeยง

struct PqxdhHandlerStates<M> { /* private fields */ }