pub fn resolve_blocking(urn: &str) -> Result<ResolveOutcome>Expand description
Blocking convenience: resolve on a private current-thread tokio runtime. For callers outside an async context (a CLI, a sync FFI boundary).
pub fn resolve_blocking(urn: &str) -> Result<ResolveOutcome>Blocking convenience: resolve on a private current-thread tokio runtime. For callers outside an async context (a CLI, a sync FFI boundary).