Add generated documentation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["proc_macro2"] = [{"text":"impl Extend<TokenTree> for TokenStream","synthetic":false,"types":[]},{"text":"impl Extend<TokenStream> for TokenStream","synthetic":false,"types":[]}];
|
||||
implementors["syn"] = [{"text":"impl<T, P> Extend<T> for Punctuated<T, P> <span class=\"where fmt-newline\">where<br> P: Default, </span>","synthetic":false,"types":[]},{"text":"impl<T, P> Extend<Pair<T, P>> for Punctuated<T, P>","synthetic":false,"types":[]},{"text":"impl Extend<Error> for Error","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -0,0 +1,4 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["proc_macro2"] = [{"text":"impl FromIterator<TokenTree> for TokenStream","synthetic":false,"types":[]},{"text":"impl FromIterator<TokenStream> for TokenStream","synthetic":false,"types":[]}];
|
||||
implementors["syn"] = [{"text":"impl<T, P> FromIterator<T> for Punctuated<T, P> <span class=\"where fmt-newline\">where<br> P: Default, </span>","synthetic":false,"types":[]},{"text":"impl<T, P> FromIterator<Pair<T, P>> for Punctuated<T, P>","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -0,0 +1,5 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["mio"] = [{"text":"impl<'a> IntoIterator for &'a Events","synthetic":false,"types":[]}];
|
||||
implementors["proc_macro2"] = [{"text":"impl IntoIterator for TokenStream","synthetic":false,"types":[]}];
|
||||
implementors["syn"] = [{"text":"impl IntoIterator for Fields","synthetic":false,"types":[]},{"text":"impl<'a> IntoIterator for &'a Fields","synthetic":false,"types":[]},{"text":"impl<'a> IntoIterator for &'a mut Fields","synthetic":false,"types":[]},{"text":"impl<T, P> IntoIterator for Punctuated<T, P>","synthetic":false,"types":[]},{"text":"impl<'a, T, P> IntoIterator for &'a Punctuated<T, P>","synthetic":false,"types":[]},{"text":"impl<'a, T, P> IntoIterator for &'a mut Punctuated<T, P>","synthetic":false,"types":[]},{"text":"impl IntoIterator for Error","synthetic":false,"types":[]},{"text":"impl<'a> IntoIterator for &'a Error","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["syn"] = [{"text":"impl<'a, T, P> DoubleEndedIterator for Pairs<'a, T, P>","synthetic":false,"types":[]},{"text":"impl<'a, T, P> DoubleEndedIterator for PairsMut<'a, T, P>","synthetic":false,"types":[]},{"text":"impl<T, P> DoubleEndedIterator for IntoPairs<T, P>","synthetic":false,"types":[]},{"text":"impl<T> DoubleEndedIterator for IntoIter<T>","synthetic":false,"types":[]},{"text":"impl<'a, T> DoubleEndedIterator for Iter<'a, T>","synthetic":false,"types":[]},{"text":"impl<'a, T> DoubleEndedIterator for IterMut<'a, T>","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["syn"] = [{"text":"impl<'a, T, P> ExactSizeIterator for Pairs<'a, T, P>","synthetic":false,"types":[]},{"text":"impl<'a, T, P> ExactSizeIterator for PairsMut<'a, T, P>","synthetic":false,"types":[]},{"text":"impl<T, P> ExactSizeIterator for IntoPairs<T, P>","synthetic":false,"types":[]},{"text":"impl<T> ExactSizeIterator for IntoIter<T>","synthetic":false,"types":[]},{"text":"impl<'a, T> ExactSizeIterator for Iter<'a, T>","synthetic":false,"types":[]},{"text":"impl<'a, T> ExactSizeIterator for IterMut<'a, T>","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -0,0 +1,5 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["mio"] = [{"text":"impl<'a> Iterator for Iter<'a>","synthetic":false,"types":[]}];
|
||||
implementors["proc_macro2"] = [{"text":"impl Iterator for IntoIter","synthetic":false,"types":[]}];
|
||||
implementors["syn"] = [{"text":"impl<'a, T, P> Iterator for Pairs<'a, T, P>","synthetic":false,"types":[]},{"text":"impl<'a, T, P> Iterator for PairsMut<'a, T, P>","synthetic":false,"types":[]},{"text":"impl<T, P> Iterator for IntoPairs<T, P>","synthetic":false,"types":[]},{"text":"impl<T> Iterator for IntoIter<T>","synthetic":false,"types":[]},{"text":"impl<'a, T> Iterator for Iter<'a, T>","synthetic":false,"types":[]},{"text":"impl<'a, T> Iterator for IterMut<'a, T>","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
Reference in New Issue
Block a user