Struct webpki::TLSClientTrustAnchors[][src]

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

Trust anchors which may be used for authenticating clients.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for TLSClientTrustAnchors<'a>

impl<'a> Sync for TLSClientTrustAnchors<'a>