Auto Generated Documentation

This commit is contained in:
github-actions[bot]
2021-06-02 05:29:43 +00:00
parent 01775d8dee
commit c1a51a3934
14224 changed files with 345643 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"enum":[["CollectionAllocErr","Error type for APIs with fallible heap allocation"]],"macro":[["smallvec","Creates a [`SmallVec`] containing the arguments."]],"struct":[["Drain","An iterator that removes the items from a `SmallVec` and yields them by value."],["IntoIter","An iterator that consumes a `SmallVec` and yields its items by value."],["SmallVec","A `Vec`-like container that can store a small number of elements inline."]],"trait":[["Array","Types that can be used as the backing store for a SmallVec"],["ToSmallVec","Convenience trait for constructing a `SmallVec`"]]});