Skip to main content

TimeLimited

Type Alias TimeLimited 

Source
pub type TimeLimited<Insp> = Layered<TimeLimit, Insp>;
Expand description

A time-limited layered inspector.

Aliased Typeยง

pub struct TimeLimited<Insp> { /* private fields */ }