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. Read more

Auto Trait Implementations

impl<'a> Send for TLSServerTrustAnchors<'a>

impl<'a> Sync for TLSServerTrustAnchors<'a>