<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../clap_builder/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>Struct <ahref="../index.html">clap_builder</a>::<wbr><ahref="index.html">error</a>::<wbr><aclass="struct"href="#">Error</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/clap_builder/error/mod.rs.html#60-63">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><preclass="rust item-decl"><code>pub struct Error<F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap_builder::error::ErrorFormatter">ErrorFormatter</a> = <aclass="struct"href="struct.RichFormatter.html"title="struct clap_builder::error::RichFormatter">DefaultFormatter</a>> { <spanclass="comment">/* private fields */</span> }</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Command Line Argument Parser Error</p>
<p>See <ahref="../builder/struct.Command.html#method.error"title="method clap_builder::builder::Command::error"><code>Command::error</code></a> to create an error.</p>
a place that has access to the <code>Command</code> at which point you can call <ahref="struct.Error.html#method.format"title="method clap_builder::error::Error::format"><code>Error::format</code></a>.</p>
<p>Prefer <ahref="../builder/struct.Command.html#method.error"title="method clap_builder::builder::Command::error"><code>Command::error</code></a> for generating errors.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.format"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#94-101">source</a><h4class="code-header">pub fn <ahref="#method.format"class="fn">format</a>(self, cmd: &mut <aclass="struct"href="../builder/struct.Command.html"title="struct clap_builder::builder::Command">Command</a>) -> Self</h4></section></summary><divclass="docblock"><p>Format the existing message with the Command’s context</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.new"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#128-144">source</a><h4class="code-header">pub fn <ahref="#method.new"class="fn">new</a>(kind: <aclass="enum"href="enum.ErrorKind.html"title="enum clap_builder::error::ErrorKind">ErrorKind</a>) -> Self</h4></section></summary><divclass="docblock"><p>Create an error with a pre-defined message</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.with_cmd"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#149-154">source</a><h4class="code-header">pub fn <ahref="#method.with_cmd"class="fn">with_cmd</a>(self, cmd: &<aclass="struct"href="../builder/struct.Command.html"title="struct clap_builder::builder::Command">Command</a>) -> Self</h4></section></summary><divclass="docblock"><p>Apply <ahref="../builder/struct.Command.html"title="struct clap_builder::builder::Command"><code>Command</code></a>’s formatting to the error</p>
<p>Generally, this is used with <ahref="struct.Error.html#method.new"title="associated function clap_builder::error::Error::new"><code>Error::new</code></a></p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.apply"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#172-177">source</a><h4class="code-header">pub fn <ahref="#method.apply"class="fn">apply</a><EF: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap_builder::error::ErrorFormatter">ErrorFormatter</a>>(self) -><aclass="struct"href="struct.Error.html"title="struct clap_builder::error::Error">Error</a><EF></h4></section></summary><divclass="docblock"><p>Apply an alternative formatter to the error</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.context"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#186-188">source</a><h4class="code-header">pub fn <ahref="#method.context"class="fn">context</a>(&self) -> impl <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/iter/traits/iterator/trait.Iterator.html"title="trait core::iter::traits::iterator::Iterator">Iterator</a><Item = (<aclass="enum"href="enum.ContextKind.html"title="enum clap_builder::error::ContextKind">ContextKind</a>, &<aclass="enum"href="enum.ContextValue.html"title="enum clap_builder::error::ContextValue">ContextValue</a>)></h4></section></summary><divclass="docblock"><p>Additional information to further qualify the error</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.get"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#193-195">source</a><h4class="code-header">pub fn <ahref="#method.get"class="fn">get</a>(&self, kind: <aclass="enum"href="enum.ContextKind.html"title="enum clap_builder::error::ContextKind">ContextKind</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.77.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="enum"href="enum.ContextValue.html"title="enum clap_builder::error::ContextValue">ContextValue</a>></h4></section></summary><divclass="docblock"><p>Lookup a piece of context</p>
) -><aclass="enum"href="https://doc.rust-lang.org/1.77.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="enum.ContextValue.html"title="enum clap_builder::error::ContextValue">ContextValue</a>></h4></section></summary><divclass="docblock"><p>Insert a piece of context</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.use_stderr"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#206-208">source</a><h4class="code-header">pub fn <ahref="#method.use_stderr"class="fn">use_stderr</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.bool.html">bool</a></h4></section></summary><divclass="docblock"><p>Should the message be written to <code>stdout</code> or not?</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.exit_code"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#221-227">source</a><h4class="code-header">pub fn <ahref="#method.exit_code"class="fn">exit_code</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.i32.html">i32</a></h4></section></summary><divclass="docblock"><p>Returns the exit code that <code>.exit</code> will exit the process with.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.exit"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#233-237">source</a><h4class="code-header">pub fn <ahref="#method.exit"class="fn">exit</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.never.html">!</a></h4></section></summary><divclass="docblock"><p>Prints the error and exits.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.print"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#256-268">source</a><h4class="code-header">pub fn <ahref="#method.print"class="fn">print</a>(&self) -><aclass="type"href="https://doc.rust-lang.org/1.77.1/std/io/error/type.Result.html"title="type std::io::error::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.unit.html">()</a>></h4></section></summary><divclass="docblock"><p>Prints formatted and colored error to <code>stdout</code> or <code>stderr</code> according to its error kind</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.render"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#288-290">source</a><h4class="code-header">pub fn <ahref="#method.render"class="fn">render</a>(&self) -><aclass="struct"href="../builder/struct.StyledStr.html"title="struct clap_builder::builder::StyledStr">StyledStr</a></h4></section></summary><divclass="docblock"><p>Render the error message to a <ahref="../builder/struct.StyledStr.html"title="struct clap_builder::builder::StyledStr"><code>StyledStr</code></a>.</p>
</div></details></div></details></div><h2id="trait-implementations"class="section-header">Trait Implementations<ahref="#trait-implementations"class="anchor">§</a></h2><divid="trait-implementations-list"><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Debug-for-Error%3CF%3E"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#835-839">source</a><ahref="#impl-Debug-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap_builder::error::ErrorFormatter">ErrorFormatter</a>><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="struct.Error.html"title="struct clap_builder::error::Error">Error</a><F></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt-1"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#836-838">source</a><ahref="#method.fmt-1"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Debug.html#tymethod.fmt"class="fn">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.77.1/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="type.Result.html"title="type clap_builder::error::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.unit.html">()</a>, <aclass="struct"href="https://doc.rust-lang.org/1.77.1/core/fmt/struct.Error.html"title="struct core::fmt::Error">Error</a>></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Display-for-Error%3CF%3E"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#848-859">source</a><ahref="#impl-Display-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap_builder::error::ErrorFormatter">ErrorFormatter</a>><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> for <aclass="struct"href="struct.Error.html"title="struct clap_builder::error::Error">Error</a><F></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#849-858">source</a><ahref="#method.fmt"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Display.html#tymethod.fmt"class="fn">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.77.1/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.77.1/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Error-for-Error%3CF%3E"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#841-846">source</a><ahref="#impl-Error-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap_builder::error::ErrorFormatter">ErrorFormatter</a>><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/error/trait.Er
F: <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a>,</div></h3></section><sectionid="impl-Sync-for-Error%3CF%3E"class="impl"><ahref="#impl-Sync-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="struct.Error.html"title="struct clap_builder::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a>,</div></h3></section><sectionid="impl-Unpin-for-Error%3CF%3E"class="impl"><ahref="#impl-Unpin-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="struct.Error.html"title="struct clap_builder::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><sectionid="impl-UnwindSafe-for-Error%3CF%3E"class="impl"><ahref="#impl-UnwindSafe-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F = <aclass="struct"href="struct.RichFormatter.html"title="struct clap_builder::error::RichFormatter">RichFormatter</a>> !<aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="struct.Error.html"title="struct clap_builder::error::Error">Error</a><F></h3></section></div><h2id="blanket-implementations"class="section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor">§</a></h2><divid="blanket-implementations-list"><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Any-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/any.rs.html#140">source</a><ahref="#impl-Any-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T<divclass="where">where
T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.type_id"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/any.rs.html#141">source</a><ahref="#method.type_id"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/any/trait.Any.html#tymethod.type_id"class="fn">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.77.1/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></h4></section></summary><divclass='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/1.77.1/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Borrow%3CT%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/borrow.rs.html#208">source</a><ahref="#impl-Borrow%3CT%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T<divclass="where">where
T: ?<aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.borrow"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/borrow.rs.html#210">source</a><ahref="#method.borrow"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/borrow/trait.Borrow.html#tymethod.borrow"class="fn">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.reference.html">&T</a></h4></section></summary><divclass='docblock'>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.77.1/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-BorrowMut%3CT%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/borrow.rs.html#216">source</a><ahref="#impl-BorrowMut%3CT%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<divclass="where">where
T: ?<aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.borrow_mut"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/borrow.rs.html#217">source</a><ahref="#method.borrow_mut"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fn">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.1/std/primitive.reference.html">&mut T</a></h4></section></summary><divclass='docblock'>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.77.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-From%3CT%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#764">source</a><ahref="#impl-From%3CT%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from-2"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#767">source</a><ahref="#method.from-2"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(t: T) -> T</h4></section></summary><divclass="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Into%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#747-749">source</a><ahref="#impl-Into%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T<divclass="where">where
<code><ahref="https://doc.rust-lang.org/1.77.1/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-ToString-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/alloc/string.rs.html#2600">source</a><ahref="#impl-ToString-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.77.1/alloc/string/trait.ToString.html"title="trait alloc::string::ToString">ToString</a> for T<divclass="where">where
T: <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> + ?<aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.to_string"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/alloc/string.rs.html#2606">source</a><ahref="#method.to_string"class="anchor">§</a><h4class="code-header">default fn <ahref="https://doc.rust-lang.org/1.77.1/alloc/string/trait.ToString.html#tymethod.to_string"class="fn">to_string</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.77.1/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4></section></summary><divclass='docblock'>Converts the given value to a <code>String</code>. <ahref="https://doc.rust-lang.org/1.77.1/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryFrom%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#804-806">source</a><ahref="#impl-TryFrom%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error-1"class="associatedtype trait-impl"><ahref="#associatedtype.Error-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.77.1/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_from"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#811">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html#tymethod.try_from"class="fn">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.77.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#789-791">source</a><ahref="#impl-TryInto%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_into"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.1/src/core/convert/mod.rs.html#796">source</a><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryInto.html#tymethod.try_into"class="fn">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.77.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.77.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>