mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-15 05:51:23 +00:00
js-sy: Add a doc comment for js_sys::IntoIter
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user