pub type ShapeGuardResult<T> = Result<T, ShapeGuardError>;Expand description
Result type used by shape-guard metadata queries.
Aliased Type§
pub enum ShapeGuardResult<T> {
Ok(T),
Err(ShapeGuardError),
}pub type ShapeGuardResult<T> = Result<T, ShapeGuardError>;Result type used by shape-guard metadata queries.
pub enum ShapeGuardResult<T> {
Ok(T),
Err(ShapeGuardError),
}