pub type ResolveKey = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<[u8; 32], Error>> + Send>> + Send + Sync>;
pub struct ResolveKey { /* private fields */ }