pub trait SupportedPointFormats {
    fn supported() -> Vec<ECPointFormat, Global> ;
}

Required Methods

Implementations on Foreign Types

Implementors