2024-07-19 18:25:11 -05:00
|
|
|
// rustfmt-style_edition: 2024
|
2019-08-15 21:15:28 -05:00
|
|
|
|
|
|
|
fn build_sorted_static_get_entry_names(
|
|
|
|
mut entries: Vec<(u8, &'static str)>,
|
|
|
|
) -> (impl Fn(
|
|
|
|
AlphabeticalTraversal,
|
|
|
|
Box<dyn dirents_sink::Sink<AlphabeticalTraversal>>,
|
|
|
|
) -> BoxFuture<'static, Result<Box<dyn dirents_sink::Sealed>, Status>>
|
|
|
|
+ Send
|
|
|
|
+ Sync
|
|
|
|
+ 'static) {
|
|
|
|
}
|