Type Definition rustls::internal::msgs::handshake::ECPointFormatList [−][src]
type ECPointFormatList = Vec<ECPointFormat>;
type ECPointFormatList = Vec<ECPointFormat>;
impl Codec for ECPointFormatList
[src]fn encode(&self, bytes: &mut Vec<u8>)
[src]fn read(r: &mut Reader<'_>) -> Option<ECPointFormatList>
[src]fn get_encoding(&self) -> Vec<u8>
[src]fn read_bytes(bytes: &[u8]) -> Option<Self>
[src]impl SupportedPointFormats for ECPointFormatList
[src]fn supported() -> ECPointFormatList
[src]