Docs.rs
rust-sk-0.2.0
rust-sk 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
Arkitu
Dependencies
serde ^1.0.163
normal
serde_json ^1.0.96
normal
tokio ^1.28.2
normal
zmq ^0.10.0
normal
Versions
0%
of the crate is documented
Platform
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
RskErrorable
rust_sk
0.2.0
RskErrorable
Required Methods
to_rsk_err
Implementors
In rust_
sk::
errors
rust_sk
::
errors
Trait
RskErrorable
Copy item path
Source
pub trait RskErrorable { // Required method fn
to_rsk_err
(&self) ->
RskError
; }
Required Methods
§
Source
fn
to_rsk_err
(&self) ->
RskError
Implementors
§
Source
§
impl<T:
ToString
>
RskErrorable
for T