Trait rustls::internal::msgs::handshake::SupportedPointFormats[][src]

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

Required methods

fn supported() -> ECPointFormatList[src]

Loading content...

Implementors

impl SupportedPointFormats for ECPointFormatList[src]

Loading content...