1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// This software is available under the Apache-2.0 license.
// See https://www.apache.org/licenses/LICENSE-2.0.txt for full text.
//
// Copyright (c) 2024, Gluu, Inc.
use HashSet;
/// Provides information about the loading status of trusted issuers.
///
/// This trait is implemented by services that can report on the progress of
/// loading trusted issuers, including which issuers are loaded, which have failed,
/// and overall loading statistics.