Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -4,6 +4,8 @@ use std::{collections::BTreeMap, ffi::OsString, io::Write};
|
||||
|
||||
use serde::Serialize;
|
||||
|
||||
pub use cuddle_actions_sdk_derive::Actions;
|
||||
|
||||
// Fix design make it so that it works like axum!
|
||||
|
||||
type ActionFn = dyn Fn() -> anyhow::Result<()> + 'static;
|
||||
|
Reference in New Issue
Block a user