pub trait LastActiveTs {
// Required method
fn last_active_ts(&self) -> i64;
}
Expand description
Trait for types that have a last active timestamp.
Required Methods§
Sourcefn last_active_ts(&self) -> i64
fn last_active_ts(&self) -> i64
Returns the last active timestamp in milliseconds.