Trait ToPoint
pub trait ToPoint {
// Required methods
pub fn to_point(self) -> EmbeddedCurvePoint;
}
Required methods
pub fn to_point(self) -> EmbeddedCurvePoint
pub trait ToPoint {
// Required methods
pub fn to_point(self) -> EmbeddedCurvePoint;
}
pub fn to_point(self) -> EmbeddedCurvePoint
impl ToPoint for AddressPointimpl ToPoint for IvpkMimpl ToPoint for NpkMimpl ToPoint for OvpkMimpl ToPoint for TpkM