pub type RuntimeBuildResult<T> = Result<T, RuntimeBuildError>;Expand description
Result returned by the one configured-runtime declaration/preparation path.
Aliased Type§
pub enum RuntimeBuildResult<T> {
Ok(T),
Err(RuntimeBuildError),
}pub type RuntimeBuildResult<T> = Result<T, RuntimeBuildError>;Result returned by the one configured-runtime declaration/preparation path.
pub enum RuntimeBuildResult<T> {
Ok(T),
Err(RuntimeBuildError),
}