Skip to main content

ResolveKey

Type Alias ResolveKey 

Source
pub type ResolveKey = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<[u8; 32], Error>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct ResolveKey { /* private fields */ }