Type Alias BootstrapResult
pub type BootstrapResult = Result<BootstrapOk, BootstrapError>;Available on crate feature
kad only.Expand description
The result of Behaviour::bootstrap.
Aliased Type§
pub enum BootstrapResult {
Ok(BootstrapOk),
Err(BootstrapError),
}