pub(crate) fn mk_stat_prop_state_change<'a, T: JsonSerde<'a>>(
at_path: &[&str],
payload: &T,
) -> EventExpand description
Prepare “state-change” event for the static properties component of the sketch, given
at_path - a path suffix used at the properties level (after “static”), and potential payload.
Payload can be any struct that implements JsonSerde.