pub type Bootstrapper<P> = (P, SocketAddr);Expand description
Known peer and its accompanying address that will be dialed on startup.
pub type Bootstrapper<P> = (P, SocketAddr);Known peer and its accompanying address that will be dialed on startup.