How to check for expired items in a Rust BTreeMap?
I am working on a Rust project where I store a BeaconInfoEventContent
struct in a BTreeMap
. Here is my current implementation:
I am working on a Rust project where I store a BeaconInfoEventContent
struct in a BTreeMap
. Here is my current implementation: