Type Alias tlspuffin::tls::rustls::verify::CertChainAndRoots

source ยท
type CertChainAndRoots<'a, 'b> = (EndEntityCert<'a>, Vec<&'a [u8]>, Vec<TrustAnchor<'b>>);