pub trait SignalVecDynClone: SignalVec + DynClone { }Expand description
An extension trait for SignalVec types that implement Clone.
Relevant in contexts where some function may require a Clone SignalVec, but the concrete
type can’t be known at compile-time, e.g. in a
.switch_signal_vec.