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

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

Required methods

fn supported() -> ECPointFormatList

Implementors

impl SupportedPointFormats for ECPointFormatList[src][]