Type Alias TrashThreadBackdrop

Source
pub type TrashThreadBackdrop<T> = Backdrop<T, TrashThreadStrategy>;
Available on crate feature std only.
Expand description

Convenient alias for a Backdrop that uses the TrashThreadStrategy

Aliased Typeยง

pub struct TrashThreadBackdrop<T> { /* private fields */ }