框架核心 API 类型:响应体、错误、分页数据、错误码
这些类型是框架的公共“语言“,所有 crate 都依赖它们。 IntoResponse 实现通过 features = ["web"] 开启。
IntoResponse
features = ["web"]