Type Definition libp2p_kad::BootstrapResult[][src]

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

The result of Kademlia::bootstrap.