Docs.rs
embedded-tls-0.16.0
embedded-tls 0.16.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
lulf
github:drogue-iot:embedded-tls-maintainers
Dependencies
aes-gcm ^0.10.1
normal
atomic-polyfill ^1
normal
defmt ^0.3
normal
digest ^0.10.3
normal
embedded-io ^0.6
normal
embedded-io-adapters ^0.6
normal
embedded-io-async ^0.6
normal
generic-array ^0.14
normal
heapless ^0.7
normal
heapless ^0.6
normal
hkdf ^0.12.3
normal
hmac ^0.12.1
normal
log ^0.4
normal
p256 ^0.13.2
normal
rand_core ^0.6.3
normal
sha2 ^0.10.2
normal
typenum ^1.15.0
normal
webpki ^0.21.4
normal
env_logger ^0.10
dev
log ^0.4
dev
mio ^0.8.3
dev
openssl ^0.10.44
dev
pem-parser ^0.1.1
dev
rand ^0.8
dev
rustls ^0.21.6
dev
rustls-pemfile ^1.0
dev
serde ^1.0
dev
tokio ^1.7
dev
Versions
17.53%
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
☰
embedded_tls
0.16.0
TlsClock
Required Methods
now
Implementations on Foreign Types
SystemTime
Object Safety
Implementors
In embedded_tls::blocking
?
Trait
embedded_tls
::
blocking
::
TlsClock
source
·
[
−
]
pub trait TlsClock { // Required method fn
now
() ->
Option
<
u64
>; }
Required Methods
§
source
fn
now
() ->
Option
<
u64
>
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
TlsClock
for
SystemTime
source
§
fn
now
() ->
Option
<
u64
>
Implementors
§
source
§
impl
TlsClock
for
NoClock