mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-28 04:22:38 +03: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,
|
||||
}
|
||||
|
||||
/// An iterator over the JS `Symbol.iterator` iteration protocol.
|
||||
///
|
||||
/// Use the `IntoIterator for js_sys::Iterator` implementation to create this.
|
||||
pub struct IntoIter {
|
||||
js: Iterator,
|
||||
state: IterState,
|
||||
|
Loading…
Reference in New Issue
Block a user