pub type ResultForService<PK, D> = (PK, Option<UnboundedSender<D>>);
Expand description

What connections send back to the service after they become established. Starts with a public key of the remote node, followed by a channel for sending data to that node, with None if the connection was unsuccessful and should be reestablished.