use crate::*;
/// The parsed input of the `watch!` macro.
///
/// Contains a list of signal expressions and a closure body with parameter names and optional types.
/// Parameter names are `None` when the closure uses `_` (anonymous) parameters.
pub