Type Alias wasmtime_wasi::preview1::types::Timestamp

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

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.