pub type EncryptedExtensions = Vec<ServerExtension>;
Trait Implementations
sourceimpl Codec for EncryptedExtensions
impl Codec for EncryptedExtensions
sourceimpl HasServerExtensions for EncryptedExtensions
impl HasServerExtensions for EncryptedExtensions
fn get_extensions(&self) -> &[ServerExtension]
sourcefn has_duplicate_extension(&self) -> bool
fn has_duplicate_extension(&self) -> bool
Returns true if there is more than one extension of a given type. Read more