// rustfmt-normalize_comments: true type PrivateTest<'a, I> = ( Box + 'a>, Box + 'a>, ); pub type PublicTest<'a, I, O> = Result< Vec, Box + 'a>, Box + 'a>, >; pub type LongGenericListTest< 'a, 'b, 'c, 'd, LONGPARAMETERNAME, LONGPARAMETERNAME, LONGPARAMETERNAME, A, B, C, > = Option>; pub type Exactly100CharsTest<'a, 'b, 'c, 'd, LONGPARAMETERNAME, LONGPARAMETERNAME, A, B> = Vec; pub type Exactly101CharsTest<'a, 'b, 'c, 'd, LONGPARAMETERNAME, LONGPARAMETERNAME, A, B> = Vec; pub type Exactly100CharsToEqualTest<'a, 'b, 'c, 'd, LONGPARAMETERNAME, LONGPARAMETERNAME, A, B, C> = Vec; pub type GenericsFitButNotEqualTest< 'a, 'b, 'c, 'd, LONGPARAMETERNAME, LONGPARAMETERNAME, A1, B, C, > = Vec; pub type CommentTest< // Lifetime 'a, // Type T, > = (); pub type WithWhereClause where T: Clone, LONGPARAMETERNAME: Clone + Eq + OtherTrait, = Option; pub type Exactly100CharstoEqualWhereTest where T: Clone + Ord + Eq + SomeOtherTrait, = Option; pub type Exactly101CharstoEqualWhereTest where T: Clone + Ord + Eq + SomeOtherTrait, = Option; type RegisterPlugin = unsafe fn(pt: *const c_char, plugin: *mut c_void, data: *mut CallbackData); // #1683 pub type Between = super::operators::Between, AsExpr>>; pub type NotBetween = super::operators::NotBetween, AsExpr>>;