Docs.rs
to_bytes-0.1.0
to_bytes 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
2A5F
Dependencies
to_bytes_derive ^0.1
normal
optional
Versions
26.92%
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
to_
bytes
0.1.0
ToBytes
Required Methods
to_bytes
Implementations on Foreign Types
*const T
*mut T
Option<AsIs<T>>
Option<T>
isize
usize
Implementors
In crate to_
bytes
to_bytes
Trait
ToBytes
Copy item path
Source
pub trait ToBytes { // Required method fn
to_bytes
(self) ->
Bytes
; }
Required Methods
§
Source
fn
to_bytes
(self) ->
Bytes
Implementations on Foreign Types
§
Source
§
impl
ToBytes
for
isize
Source
§
fn
to_bytes
(self) ->
Bytes
Source
§
impl
ToBytes
for
usize
Source
§
fn
to_bytes
(self) ->
Bytes
Source
§
impl<T>
ToBytes
for
*const T
Source
§
fn
to_bytes
(self) ->
Bytes
Source
§
impl<T>
ToBytes
for
*mut T
Source
§
fn
to_bytes
(self) ->
Bytes
Source
§
impl<T:
ToComplexDataBytes
+
Default
>
ToBytes
for
Option
<
AsIs
<T>>
Source
§
fn
to_bytes
(self) ->
Bytes
Source
§
impl<T:
ToSimpleDataBytes
>
ToBytes
for
Option
<T>
Source
§
fn
to_bytes
(self) ->
Bytes
Implementors
§
Source
§
impl
ToBytes
for
Bytes
Source
§
impl<T:
Default
>
ToBytes
for
AsIs
<T>
Source
§
impl<T:
ToSizedArray
<
u8
>>
ToBytes
for T