[][src]Function roa_tls::sign::any_supported_type

pub fn any_supported_type(
    der: &PrivateKey
) -> Result<Box<dyn SigningKey + 'static>, ()>

Parse der as any supported key encoding/type, returning the first which works.