pub trait NamedCurve {
const NAME: &'static str;
}Expand description
Represents a curve that has a static name attached to it.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".