Skip to content

Commit 90199df

Browse files
committed
document RawArrayIter
1 parent 97f0735 commit 90199df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/raw/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,7 @@ impl<'a> IntoIterator for &'a RawArray {
10871087
}
10881088
}
10891089

1090+
/// An iterator over borrwed raw BSON array values.
10901091
pub struct RawArrayIter<'a> {
10911092
inner: RawDocumentIter<'a>,
10921093
}

0 commit comments

Comments
 (0)