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
Encoder
Required Methods
encode
Implementors
In net_
core_
api::
core::
encoder_
api
net_core_api
::
core
::
encoder_api
Trait
Encoder
Copy item path
Source
pub trait Encoder { // Required method fn
encode
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
encode
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl
Encoder
for
Envelope
Source
§
impl
Encoder
for
Integer
Source
§
impl
Encoder
for
None
Source
§
impl
Encoder
for
StringDTO
Source
§
impl
Encoder
for
ResultDTO