Docs.rs
tx3-resolver-0.16.2
tx3-resolver 0.16.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
scarmuega
Dependencies
approx ^0.5.1
normal
base64 ^0.22.1
normal
bech32 ^0.11.1
normal
hex ^0.4.3
normal
serde ^1.0.217
normal
serde_json ^1.0.137
normal
thiserror ^2.0.11
normal
trait-variant ^0.1.2
normal
tx3-tir ^0.16.2
normal
chainfuzz ^0.2.0
dev
jsonschema ^0.17.1
dev
pollster ^0.4.0
dev
proptest ^1.7.0
dev
Versions
0.58%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
TrpError
tx3_
resolver
0.16.2
TrpError
Required Methods
code
data
Implementations on Foreign Types
Error
Implementors
In tx3_
resolver::
trp::
errors
tx3_resolver
::
trp
::
errors
Trait
TrpError
Copy item path
Source
pub trait TrpError { // Required methods fn
code
(&self) ->
i32
;
fn
data
(&self) ->
Option
<
Value
>; }
Required Methods
§
Source
fn
code
(&self) ->
i32
Source
fn
data
(&self) ->
Option
<
Value
>
Implementations on Foreign Types
§
Source
§
impl
TrpError
for
Error
Source
§
fn
code
(&self) ->
i32
Source
§
fn
data
(&self) ->
Option
<
Value
>
Implementors
§
Source
§
impl
TrpError
for tx3_resolver::
Error