Docs.rs
mail-parser-0.10.1
mail-parser 0.10.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
encoding_rs ^0.8
normal
optional
hashify ^0.2.1
normal
serde ^1.0
normal
optional
bincode ^1.3.3
dev
chrono ^0.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
40.04%
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
mail_
parser
0.10.1
Into
Byte
Slice
Required Methods
into_byte_slice
Implementations on Foreign Types
&'x String
&'x Vec<u8>
&'x [u8; N]
&'x [u8]
&'x str
Implementors
In mail_
parser::
parsers::
message
mail_parser
::
parsers
::
message
Trait
IntoByteSlice
Copy item path
Source
pub trait IntoByteSlice<'x> { // Required method fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
; }
Required Methods
§
Source
fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
Implementations on Foreign Types
§
Source
§
impl<'x>
IntoByteSlice
<'x> for &'x
str
Source
§
fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
Source
§
impl<'x>
IntoByteSlice
<'x> for &'x
String
Source
§
fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
Source
§
impl<'x>
IntoByteSlice
<'x> for &'x
Vec
<
u8
>
Source
§
fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
Source
§
impl<'x>
IntoByteSlice
<'x> for &'x [
u8
]
Source
§
fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
Source
§
impl<'x, const N:
usize
>
IntoByteSlice
<'x> for &'x [
u8
;
N
]
Source
§
fn
into_byte_slice
(self) -> &'x [
u8
]
ⓘ
Implementors
§