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