pub type BootstrapResult = Result<BootstrapOk, BootstrapError>;
Expand description

The result of Kademlia::bootstrap.