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
.