Trait CurveBoundaryElement

Source
pub trait CurveBoundaryElement {
    type Repr: Eq + Hash + Ord;
}
Expand description

An element of a curve boundary

Used for the type parameter of CurveBoundary.

Required Associated Types§

Source

type Repr: Eq + Hash + Ord

The representation the curve boundary element

This is the actual data stored in CurveBoundary.

Implementations on Foreign Types§

Source§

impl CurveBoundaryElement for Point<1>

Implementors§