pub type DescriptionFn = Arc<dyn Fn(DescriptionContext) -> BoxFuture<'static, String> + Send + Sync>;
Produces a description per call.
pub struct DescriptionFn { /* private fields */ }