Skip to main content

DidResolver

Type Alias DidResolver 

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

Aliased Typeยง

pub struct DidResolver { /* private fields */ }