pub type Result<T> = Result<T, ShapePropertiesError>;Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ShapePropertiesError),
}pub type Result<T> = Result<T, ShapePropertiesError>;pub enum Result<T> {
Ok(T),
Err(ShapePropertiesError),
}