#[api_stable]
标记 API 为稳定(Stable)。cargo doc 渲染 ✅ 徽章。
cargo doc
use sz_orm_macros::api_stable; #[api_stable] pub fn build_select(&self) -> (String, Vec<Value>) { ... }