pub type EmptyResponse<'a> = LocalBoxFuture<'a, Result<(), Error>>;
pub struct EmptyResponse<'a> { /* private fields */ }