pub struct SortByIdCacheTracker;
Expand description
a cache tracker that just sorts by id, which is the time of first addition of a block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SortByIdCacheTracker
impl Send for SortByIdCacheTracker
impl Sync for SortByIdCacheTracker
impl Unpin for SortByIdCacheTracker
impl UnwindSafe for SortByIdCacheTracker
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more