Docs.rs
net-core-api-0.5.3
net-core-api 0.5.3
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
net-stalker-bot
Dependencies
ion-rs ^0.18.1
normal
Versions
0%
of the crate is documented
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
net_
core_
api
0.5.3
Decoder
Required Methods
decode
Implementors
In net_
core_
api::
core::
decoder_
api
net_core_api
::
core
::
decoder_api
Trait
Decoder
Copy item path
Source
pub trait Decoder { // Required method fn
decode
(data: &[
u8
]) -> Self
where Self:
Sized
; }
Required Methods
§
Source
fn
decode
(data: &[
u8
]) -> Self
where Self:
Sized
,
Implementors
§
Source
§
impl
Decoder
for
Envelope
Source
§
impl
Decoder
for
Integer
Source
§
impl
Decoder
for
None
Source
§
impl
Decoder
for
StringDTO
Source
§
impl
Decoder
for
ResultDTO