pub trait SendRefUnwindSafeDrain: Drain + Send + RefUnwindSafe { }
Expand description

Drain + Send + RefUnwindSafe bound

Implementors