[][src]Type Definition pea2pea::MessagingClosure

type MessagingClosure = Box<dyn Fn(ConnectionReader, SocketAddr) -> JoinHandle<()> + Send + Sync>;