Trait tlspuffin::tls::rustls::msgs::handshake::SupportedPointFormats

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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§