Type Definition libp2p::kad::BootstrapResult [−][src]
type BootstrapResult = Result<BootstrapOk, BootstrapError>;
The result of Kademlia::bootstrap
.
type BootstrapResult = Result<BootstrapOk, BootstrapError>;
The result of Kademlia::bootstrap
.