Trait rustls::internal::msgs::handshake::SupportedPointFormats
[−]
[src]
pub trait SupportedPointFormats {
fn supported() -> ECPointFormatList;
}
Required Methods
fn supported() -> ECPointFormatList
Implementors
impl SupportedPointFormats for ECPointFormatList