pub trait ScannerImpl {
type Client: Client + Clone;
type ReportStore: SearchableStore<Fingerprint, Report>;
type SthStore: SearchableStore<u64, Validated<SignedTreeHead>>;
}Expand description
Required Associated Types§
Sourcetype SthStore: SearchableStore<u64, Validated<SignedTreeHead>>
type SthStore: SearchableStore<u64, Validated<SignedTreeHead>>
The Store use to store SignedTreeHeads