Add generated documentation
This commit is contained in:
3
doc/implementors/core/ops/index/trait.Index.js
Normal file
3
doc/implementors/core/ops/index/trait.Index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["syn"] = [{"text":"impl<T, P> Index<usize> for Punctuated<T, P>","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
3
doc/implementors/core/ops/index/trait.IndexMut.js
Normal file
3
doc/implementors/core/ops/index/trait.IndexMut.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["syn"] = [{"text":"impl<T, P> IndexMut<usize> for Punctuated<T, P>","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
Reference in New Issue
Block a user