Struct priority_expiry_cache::Item
source · pub struct Item {
pub value: String,
pub expiry: u32,
pub priority: u32,
/* private fields */
}Expand description
0.1.1 This code is there just to expose the interface. the implementation is not complete.
Fields§
§value: String§expiry: u32§priority: u32