pub trait Interruptible<V> {
// Required method
fn interruptible(self, ctrl_c: Arc<AtomicBool>) -> InterruptibleStream<V> ⓘ;
}
pub trait Interruptible<V> {
// Required method
fn interruptible(self, ctrl_c: Arc<AtomicBool>) -> InterruptibleStream<V> ⓘ;
}