<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../smallvec/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Trait <ahref="index.html">smallvec</a>::<wbr><aclass="trait"href="#">ToSmallVec</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../src/smallvec/lib.rs.html#2435-2438">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><preclass="rust item-decl"><code>pub trait ToSmallVec<A: <aclass="trait"href="trait.Array.html"title="trait smallvec::Array">Array</a>> {
}</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Convenience trait for constructing a <code>SmallVec</code></p>
</div></details><h2id="required-methods"class="section-header">Required Methods<ahref="#required-methods"class="anchor">§</a></h2><divclass="methods"><detailsclass="toggle method-toggle"open><summary><sectionid="tymethod.to_smallvec"class="method"><aclass="src rightside"href="../src/smallvec/lib.rs.html#2437">source</a><h4class="code-header">fn <ahref="#tymethod.to_smallvec"class="fn">to_smallvec</a>(&self) -><aclass="struct"href="struct.SmallVec.html"title="struct smallvec::SmallVec">SmallVec</a><A></h4></section></summary><divclass="docblock"><p>Construct a new <code>SmallVec</code> from a slice.</p>
</div></details></div><h2id="foreign-impls"class="section-header">Implementations on Foreign Types<ahref="#foreign-impls"class="anchor">§</a></h2><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-ToSmallVec%3CA%3E-for-%5B%3CA+as+Array%3E::Item%5D"class="impl"><aclass="src rightside"href="../src/smallvec/lib.rs.html#2440-2448">source</a><ahref="#impl-ToSmallVec%3CA%3E-for-%5B%3CA+as+Array%3E::Item%5D"class="anchor">§</a><h3class="code-header">impl<A: <aclass="trait"href="trait.Array.html"title="trait smallvec::Array">Array</a>><aclass="trait"href="trait.ToSmallVec.html"title="trait smallvec::ToSmallVec">ToSmallVec</a><A> for [A::<aclass="associatedtype"href="trait.Array.html#associatedtype.Item"title="type smallvec::Array::Item">Item</a>]<divclass="where">where