linera-kywasmtime 0.1.0

Time utils for WASM (Linera fork)
Documentation
1
2
3
4
/// Error returned by [crate::timeout][`timeout`] if the timeout
/// elapses before the future completes.
#[derive(Copy, Clone, Debug, PartialEq, PartialOrd, Eq, Ord, Hash)]
pub struct Elapsed;