Trait ThreadLocalTryDropStrategy

Source
pub trait ThreadLocalTryDropStrategy: TryDropStrategy + 'static { }
Expand description

A trait which signifies an infallible try drop strategy which can be used in a thread local.

Trait Implementations§

Source§

impl<T: ThreadLocalTryDropStrategy> From<T> for Box<dyn ThreadLocalTryDropStrategy>

Source§

fn from(strategy: T) -> Self

Converts to this type from the input type.

Implementors§