Trait rustls::internal::msgs::handshake::SupportedMandatedSignatureSchemes    
                   
                       [−]
                   
               [src]
pub trait SupportedMandatedSignatureSchemes {
    fn mandated() -> SupportedSignatureSchemes;
    fn supported_verify() -> SupportedSignatureSchemes;
    fn supported_sign_tls13() -> SupportedSignatureSchemes;
}
            Required Methods
fn mandated() -> SupportedSignatureSchemes
fn supported_verify() -> SupportedSignatureSchemes
fn supported_sign_tls13() -> SupportedSignatureSchemes
Implementors
- impl SupportedMandatedSignatureSchemes for SupportedSignatureSchemes