databeam::cachedb

Type Alias TimedObject

Source
pub type TimedObject<T: Serialize + DeserializeOwned> = (i64, T);