Struct webpki::TLSServerTrustAnchors [] [src]

pub struct TLSServerTrustAnchors<'a>(pub &'a [TrustAnchor<'a>]);

Trust anchors which may be used for authenticating servers.

Trait Implementations

impl<'a> Debug for TLSServerTrustAnchors<'a>
[src]

Formats the value using the given formatter.