chore: pub some functions (#8133)

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
LFC
2026-05-19 18:00:40 +08:00
committed by GitHub
parent 72434ee5d7
commit 6f0c04ad82

View File

@@ -138,7 +138,7 @@ impl RegionOptions {
impl RegionOptions {
/// Parses [RegionOptions] from the raw `options_map`.
pub(crate) fn try_from_options(
pub fn try_from_options(
region_id: RegionId,
options_map: &HashMap<String, String>,
) -> Result<Self> {