Struct nss::cert::CertList [] [src]

pub struct CertList(_);

Methods

impl CertList
[src]

Trait Implementations

impl Drop for CertList
[src]

A method called when the value goes out of scope. Read more

impl<'a> IntoIterator for &'a CertList
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more