//! Collections of `Send`-able things are `Send` use heapless::{ history_buf::HistoryBufView, spsc::{Consumer, ConsumerView, Producer, ProducerView, Queue, QueueView}, HistoryBuf, Vec, VecView, }; #[test] fn send() { struct IsSend; unsafe impl Send for IsSend {} fn is_send() where T: Send + ?Sized, { } is_send::>(); is_send::>(); is_send::>(); is_send::>(); is_send::>(); is_send::>(); is_send::>(); is_send::>(); is_send::>(); is_send::>(); }