Docs.rs
mail-parser-0.2.1
mail-parser 0.2.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mdecimus
Dependencies
encoding_rs >=0.8.28
normal
serde >=1.0.117
normal
serde_bytes >=0.11.5
normal
serde_json >=1.0.59
dev
serde_yaml >=0.8.21
dev
Versions
27.59%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait MessageField
Implementors
Other items in
mail_parser
::
parsers
::
fields
?
Trait
mail_parser
::
parsers
::
fields
::
MessageField
[
−
]
[src]
pub trait MessageField<'x>:
FieldSet
<'x> +
MimeFieldGet
<'x> { }
Implementors
[src]
impl<'x, T:
FieldSet
<'x> +
MimeFieldGet
<'x>>
MessageField
<'x> for T