use std::collections::HashMap; pub trait BatchFn { async fn load(&mut self, keys: &[K]) -> HashMap; }