//! Verb handlers for the template pack.
use ;
use ;
/// `template.my_verb` — example verb demonstrating parameter validation.
///
/// Accepts `{ "name": "<string>" }` and returns `{ "ok": true, "name": "<string>" }`.
/// Returns an error when `name` is absent or not a non-empty string.
pub async