Type Definition libp2p_kad::BootstrapResult
source · [−]pub type BootstrapResult = Result<BootstrapOk, BootstrapError>;
Expand description
The result of Kademlia::bootstrap
.
pub type BootstrapResult = Result<BootstrapOk, BootstrapError>;
The result of Kademlia::bootstrap
.