feat: Allow for multiple callbacks inside of an ActionCallback

This also results in the conversion being performed when the
ActionCallback is instantiated instead of when it is called, this should
make it easier to catch errors.
This commit is contained in:
2025-09-08 02:11:05 +02:00
parent e880efe4cf
commit 3be11b0c6a
2 changed files with 31 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#![allow(incomplete_features)]
#![feature(iterator_try_collect)]
pub mod action_callback;
pub mod config;