fedimint_server::multiplexed

Type Alias Callback

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