Trait Live

Source
pub trait Live: Frame {
    // Required method
    fn timestamp(&self) -> u64;
}

Required Methods§

Source

fn timestamp(&self) -> u64

The begging of translation timestamp (unixtimespamp in ms from 01:01:1970)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§