Struct git2::MessageTrailersStrs [−][src]
pub struct MessageTrailersStrs(_);Expand description
Collection of UTF-8-encoded trailers.
Use iter() to get access to the values.
Implementations
pub fn iter(&self) -> MessageTrailersStrsIterator<'_>ⓘNotable traits for MessageTrailersStrsIterator<'pair>impl<'pair> Iterator for MessageTrailersStrsIterator<'pair> type Item = (&'pair str, &'pair str);
pub fn iter(&self) -> MessageTrailersStrsIterator<'_>ⓘNotable traits for MessageTrailersStrsIterator<'pair>impl<'pair> Iterator for MessageTrailersStrsIterator<'pair> type Item = (&'pair str, &'pair str);
Notable traits for MessageTrailersStrsIterator<'pair>
impl<'pair> Iterator for MessageTrailersStrsIterator<'pair> type Item = (&'pair str, &'pair str);Create a borrowed iterator.
Convert to the “bytes” variant.