Enum arc_acreage::slow::AreaError
source · pub enum AreaError {
LoopNotClosed,
}Expand description
An error returned when attempting to calculate the area enclosed by a loop in a Grid.
pub enum AreaError {
LoopNotClosed,
}An error returned when attempting to calculate the area enclosed by a loop in a Grid.