pub async fn with_keymint_service<R, Fut: Future<Output = Result<R>>>(
f: impl FnOnce(ClientEnd<SealingKeysMarker>, ClientEnd<AdminMarker>) -> Fut,
) -> Result<R>Expand description
Runs f with a scoped FakeKeymint instance. The instance will be automatically terminated on
completion.