pub async fn execute_simple_handler_with_storage<T: KeyValueStore + 'static>(
storage: Arc<T>,
content: &str,
context: HandlerContext,
) -> Result<String>Expand description
最もシンプルなhandler実行関数 (ジェネリックバージョン) 使用例: execute_simple_handler_with_storage(&storage, content, context).await