Macro make_signal

Source
macro_rules! make_signal {
    ( $T:ty ) => { ... };
}
Expand description

Creates a split signal with 'static lifetime.