pub type OutputResponse<'a> = LocalBoxFuture<'a, Result<Option<Value>, Error>>;
pub struct OutputResponse<'a> { /* private fields */ }