pub trait SupportedPointFormats {
    fn supported() -> ECPointFormatList;
}

Required Methods

Implementors