impl_constant

Macro impl_constant 

Source
macro_rules! impl_constant {
    ($($ty:ty),*) => { ... };
}
Expand description

Macro to implement the Signal trait for constant types.

This macro generates Signal implementations for types that don’t change, providing them with empty watcher functionality since they never notify changes.