Docs.rs
pipebytes-0.1.5
pipebytes 0.1.5
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
51yu
Dependencies
anyhow ^1.0
normal
byteorder ^1.4.3
normal
pipebase ^0.2.0
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
IntoBytes
pipebytes
0.1.5
Into
Bytes
Required Methods
into_bytes
Implementations on Foreign Types
Averagef32
Count32
String
f32
f64
i32
i64
u32
u64
Implementors
In crate pipebytes
pipebytes
Trait
Into
Bytes
Copy item path
Source
pub trait IntoBytes { // Required method fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>; }
Required Methods
§
Source
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Implementations on Foreign Types
§
Source
§
impl
IntoBytes
for
f32
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
f64
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
i32
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
i64
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
u32
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
u64
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
String
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
Averagef32
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Source
§
impl
IntoBytes
for
Count32
Source
§
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Implementors
§