pub type BoxHandler = Arc<dyn Fn(Value) -> Result<Value, String> + Send + Sync>;
pub struct BoxHandler { /* private fields */ }