pub type TimeLimited<Insp> = Layered<TimeLimit, Insp>;
A time-limited layered inspector.
pub struct TimeLimited<Insp> { /* private fields */ }