pub fn with_default_collation<R>(
uri: Option<String>,
f: impl FnOnce() -> R,
) -> RExpand description
Run f with uri installed as the in-scope default-collation
URI, restoring the previous value on return (including on
panic). Caller is responsible for picking the right URI from
the compiled expression’s static context.