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