Type Alias libp2p_kad::BootstrapResult
source · pub type BootstrapResult = Result<BootstrapOk, BootstrapError>;
Expand description
The result of Behaviour::bootstrap
.
Aliased Type§
enum BootstrapResult {
Ok(BootstrapOk),
Err(BootstrapError),
}