pub fn closed_range<P, PErr, Q, QErr>(t: Type, l: P, r: Q) -> Typewhere
    P: TryInto<TyParam, Error = PErr>,
    PErr: Debug,
    Q: TryInto<TyParam, Error = QErr>,
    QErr: Debug,