}</pre></div><divclass='docblock'><p>A <code>ValueParseError</code> is a <code>combine::primitives::ParseError</code>-alike that implements the <code>Debug</code>,
<code>Display</code>, and <code>std::error::Error</code> traits. In addition, it doesn't capture references.</p>
<p>This is achieved by wrapping slices of type <code>&'a [edn::Value]</code> in an owning type that implements
<code>Display</code>; rather than introducing a newtype like <code>DisplayVec</code>, we re-use <code>edn::Value::Vector</code>.</p>
<h3id='impl-PartialEq'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a> for <aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a></code><ahref='#impl-PartialEq'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#20'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.eq'class="method"><spanid='eq.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq'class='fnname'>eq</a>(&self, __arg_0: &<aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#20'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div></div><h3id='impl-Debug'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a></code><ahref='#impl-Debug'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#41-48'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.fmt'class="method"><spanid='fmt.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt'class='fnname'>fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#42-47'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3id='impl-Display'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> for <aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a></code><ahref='#impl-Display'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#50-55'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.fmt-1'class="method"><spanid='fmt.v-1'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt'class='fnname'>fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#51-54'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></p>
</div></div><h3id='impl-Error'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/std/error/trait.Error.html"title="trait std::error::Error">Error</a> for <aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a></code><ahref='#impl-Error'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#57-61'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.description'class="method"><spanid='description.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/std/error/trait.Error.html#tymethod.description'class='fnname'>description</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#58-60'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>A short description of the error. <ahref="https://doc.rust-lang.org/nightly/std/error/trait.Error.html#tymethod.description">Read more</a></p>
</div><h4id='method.cause'class="method"><spanid='cause.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.cause'class='fnname'>cause</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="trait"href="https://doc.rust-lang.org/nightly/std/error/trait.Error.html"title="trait std::error::Error">Error</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><divclass='since'title='Stable since Rust version 1.0.0'>1.0.0</div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/std/error.rs.html#153'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>The lower-level cause of this error, if any. <ahref="https://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.cause">Read more</a></p>
</div></div><h3id='impl-From%3CParseError%3CStream%3C%27a%3E%3E%3E'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><ParseError<<aclass="struct"href="../mentat_parser_utils/value_and_span/struct.Stream.html"title="struct mentat_parser_utils::value_and_span::Stream">Stream</a><'a>>> for <aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a></code><ahref='#impl-From%3CParseError%3CStream%3C%27a%3E%3E%3E'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#63-72'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.from'class="method"><spanid='from.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from'class='fnname'>from</a>(e: ParseError<<aclass="struct"href="../mentat_parser_utils/value_and_span/struct.Stream.html"title="struct mentat_parser_utils::value_and_span::Stream">Stream</a><'a>>) -><aclass="struct"href="../mentat_parser_utils/struct.ValueParseError.html"title="struct mentat_parser_utils::ValueParseError">ValueParseError</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_parser_utils/lib.rs.html#64-71'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Performs the conversion.</p>