wasmtime_wasi::preview1::types

Type Alias Timestamp

source
pub type Timestamp = u64;
Available on crate feature preview1 only.

Trait Implementations§

source§

impl TryFrom<Datetime> for Timestamp

source§

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.