Type Alias FnInput

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