Trait LastActiveTs

Source
pub trait LastActiveTs {
    // Required method
    fn last_active_ts(&self) -> i64;
}
Expand description

Trait for types that have a last active timestamp.

Required Methods§

Source

fn last_active_ts(&self) -> i64

Returns the last active timestamp in milliseconds.

Implementations on Foreign Types§

Source§

impl LastActiveTs for NodeInfo

Implementors§