pub type BootstrapResult<T> = Result<T, BootstrapError>;
Expand description
Result type for bootstrap operations
Aliased Type§
pub enum BootstrapResult<T> {
Ok(T),
Err(BootstrapError),
}
pub type BootstrapResult<T> = Result<T, BootstrapError>;
Result type for bootstrap operations
pub enum BootstrapResult<T> {
Ok(T),
Err(BootstrapError),
}