pub trait SplitRouter<P: PublicKey>:
Fn(&Message<P>) -> SplitTarget
+ Send
+ Sync
+ 'static { }Expand description
A function that routes incoming Messages to a SplitTarget.
pub trait SplitRouter<P: PublicKey>:
Fn(&Message<P>) -> SplitTarget
+ Send
+ Sync
+ 'static { }A function that routes incoming Messages to a SplitTarget.