pub type EncryptedExtensions = Vec<ServerExtension>;
Aliased Type§
struct EncryptedExtensions { /* private fields */ }
Trait Implementations§
Source§impl Codec for EncryptedExtensions
impl Codec for EncryptedExtensions
Source§impl HasServerExtensions for EncryptedExtensions
impl HasServerExtensions for EncryptedExtensions
fn get_extensions(&self) -> &[ServerExtension]
Source§fn has_duplicate_extension(&self) -> bool
fn has_duplicate_extension(&self) -> bool
Returns true if there is more than one extension of a given
type.