pub trait ThreadLocalTryDropStrategy: TryDropStrategy + 'static { }
Expand description
A trait which signifies an infallible try drop strategy which can be used in a thread local.
pub trait ThreadLocalTryDropStrategy: TryDropStrategy + 'static { }
A trait which signifies an infallible try drop strategy which can be used in a thread local.