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