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

Required Methods§

Implementations on Foreign Types§

§

impl SupportedPointFormats for Vec<ECPointFormat, Global>

Implementors§