Docs.rs
simple-hyper-server-tls-0.3.2
simple-hyper-server-tls 0.3.2
Docs.rs crate page
LGPL-2.1-or-later
Links
Repository
crates.io
Source
Owners
matszpk
Dependencies
hyper ^0.14
normal
openssl ^0.10
normal
optional
rustls ^0.20
normal
optional
rustls-pemfile ^1.0
normal
optional
tls-listener ^0.5
normal
optional
tokio-rustls ^0.23
normal
optional
futures ^0.3
dev
reqwest ^0.11
dev
tokio ^1.18
dev
Versions
100%
of the crate is documented
Platform
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
Error
simple_
hyper_
server_
tls
0.3.2
Error
Aliased Type
In crate simple_
hyper_
server_
tls
simple_hyper_server_tls
Type Alias
Error
Copy item path
Source
pub type Error =
Box
<dyn
Error
>;
Expand description
Boxed error type.
Aliased Type
ยง
pub struct Error(
/* private fields */
);