pub type LocalBoxSignalVec<'a, T> = Pin<Box<dyn SignalVec<Item = T> + 'a>>;
Same as BoxSignalVec, but without the Send requirement.
BoxSignalVec
Send
struct LocalBoxSignalVec<'a, T> {}