pub type ThreadBackdrop<T> = Backdrop<T, ThreadStrategy>;Available on crate feature
std only.Expand description
Convenient alias for a Backdrop that uses the ThreadStrategy
Aliased Typeยง
pub struct ThreadBackdrop<T> { /* private fields */ }