pub type ConfigShapeResult<T> = Result<T, Box<ShapeReport>>;Expand description
Result returned by config shape validation.
Aliased Type§
pub enum ConfigShapeResult<T> {
Ok(T),
Err(Box<ShapeReport>),
}pub type ConfigShapeResult<T> = Result<T, Box<ShapeReport>>;Result returned by config shape validation.
pub enum ConfigShapeResult<T> {
Ok(T),
Err(Box<ShapeReport>),
}