Docs.rs
wasmtime-wasi-10.0.0
wasmtime-wasi 10.0.0
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Repository
crates.io
Source
Owners
alexcrichton
sunfishcode
github:bytecodealliance:wasmtime-publish
Dependencies
anyhow ^1.0.22
normal
async-trait ^0.1.42
normal
bitflags ^1.2
normal
cap-fs-ext ^1.0.12
normal
cap-rand ^1.0.12
normal
cap-std ^1.0.12
normal
cap-time-ext ^1.0.0
normal
fs-set-times ^0.19.0
normal
libc ^0.2.60
normal
rustix ^0.37.13
normal
system-interface ^0.25.1
normal
thiserror ^1.0.15
normal
tracing ^0.1.26
normal
wasi-cap-std-sync =10.0.0
normal
wasi-common =10.0.0
normal
wasi-tokio =10.0.0
normal
wasmtime ^10.0.0
normal
wiggle =10.0.0
normal
rustix ^0.37.13
normal
io-extras ^0.17.1
normal
windows-sys ^0.48.0
normal
Versions
41.44%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Timestamp
Trait Implementations
TryFrom<Datetime>
In wasmtime_wasi::preview2::preview1::types
?
Type Definition
wasmtime_wasi
::
preview2
::
preview1
::
types
::
Timestamp
source
·
[
−
]
pub type Timestamp =
u64
;
Trait Implementations
§
source
§
impl
TryFrom
<
Datetime
> for
Timestamp
§
type
Error
=
Errno
The type returned in the event of a conversion error.
source
§
fn
try_from
(_:
Datetime
) ->
Result
<Self, Self::
Error
>
Performs the conversion.