pub type Handler = for<'a> fn(&'a Container, &'a str) -> Pin<Box<dyn Future<Output = Result<Value, BoxError>> + Send + 'a>>;
Type alias for an RPC handler function.