mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +00:00
js-sy: Add a doc comment for js_sys::IntoIter
This commit is contained in:
parent
dc22965e71
commit
6edb871c36
@ -1184,6 +1184,9 @@ pub struct Iter<'a> {
|
|||||||
state: IterState,
|
state: IterState,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// An iterator over the JS `Symbol.iterator` iteration protocol.
|
||||||
|
///
|
||||||
|
/// Use the `IntoIterator for js_sys::Iterator` implementation to create this.
|
||||||
pub struct IntoIter {
|
pub struct IntoIter {
|
||||||
js: Iterator,
|
js: Iterator,
|
||||||
state: IterState,
|
state: IterState,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user