pub trait CurveBoundaryElement {
type Repr: Eq + Hash + Ord;
}
Expand description
An element of a curve boundary
Used for the type parameter of CurveBoundary
.
pub trait CurveBoundaryElement {
type Repr: Eq + Hash + Ord;
}
An element of a curve boundary
Used for the type parameter of CurveBoundary
.