fedimint_server::multiplexed

Type Alias Callback

Source
type Callback<MuxKey, Msg> = (MuxKey, Sender<(PeerId, Msg)>);