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

Required Methods§

Implementors§