pub type TrivialBackdrop<T> = Backdrop<T, TrivialStrategy>;
pub struct TrivialBackdrop<T> { /* private fields */ }