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

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl SupportedPointFormats for Vec<ECPointFormat>

Implementors§