pub trait FromEncodedPoint<C>: FromSec1Point<C>{ }👎Deprecated since 0.14.0: use
FromSec1Point insteadExpand description
DEPRECATED: stub trait to help discover the new name for FromSec1Point.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.