Docs.rs
yajrc-0.1.0
yajrc 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dr-bonez
Dependencies
anyhow ^1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
RpcMethod
Required Associated Types
Params
Response
Required Methods
as_str
Implementors
In yajrc
?
Trait
yajrc
::
RpcMethod
source
·
[
−
]
pub trait RpcMethod { type
Params
; type
Response
; fn
as_str
<'a>(&'a self) -> &'a
str
; }
Required Associated Types
source
type
Params
source
type
Response
Required Methods
source
fn
as_str
<'a>(&'a self) -> &'a
str
Implementors
source
impl<Method:
AsRef
<
str
>, Params, Response>
RpcMethod
for
GenericRpcMethod
<Method, Params, Response>
type
Params
= Params
type
Response
= Response