Struct security_framework::os::macos::certificate::PropertySection
source · pub struct PropertySection(_);Expand description
A “section” property.
Sections are sequences of other properties.
Implementations§
source§impl PropertySection
impl PropertySection
sourcepub fn iter(&self) -> PropertySectionIter<'_> ⓘ
pub fn iter(&self) -> PropertySectionIter<'_> ⓘ
Returns an iterator over the properties in this section.
Trait Implementations§
source§impl<'a> IntoIterator for &'a PropertySection
impl<'a> IntoIterator for &'a PropertySection
§type IntoIter = PropertySectionIter<'a>
type IntoIter = PropertySectionIter<'a>
Which kind of iterator are we turning this into?
§type Item = CertificateProperty
type Item = CertificateProperty
The type of the elements being iterated over.