rsiot::components_config::redis_client

Type Alias FnInput

Source
pub type FnInput<TMsg, TMessageChannel> = fn(_: &Message<TMsg>) -> Result<Option<Vec<ConfigFnInputItem<TMessageChannel>>>>;