// rustfmt-edition: 2018 // rustfmt-style_edition: 2024 fn build_sorted_static_get_entry_names( mut entries: Vec<(u8, &'static str)>, ) -> ( impl Fn( AlphabeticalTraversal, Box>, ) -> BoxFuture<'static, Result, Status>> + Send + Sync + 'static ) { }