Skip to main content

Failures

Type Alias Failures 

Source
pub(super) type Failures = LruCache<String, Instant>;
Expand description

Videos whose frame extraction failed, against the time it last did. Bounded, since forgetting an entry early only costs a retry.

Aliased Typeยง

pub(super) struct Failures { /* private fields */ }