forked from BigfootDev/flatbuffers
rust: pub export the VectorIter type (#5736)
This commit is contained in:
@@ -154,6 +154,7 @@ impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> {
|
||||
}
|
||||
}
|
||||
|
||||
/// An iterator over a `Vector`.
|
||||
#[derive(Debug)]
|
||||
pub struct VectorIter<'a, T: 'a> {
|
||||
buf: &'a [u8],
|
||||
|
||||
Reference in New Issue
Block a user