@@ -207,7 +207,7 @@ macro_rules! glib_boxed_inline_wrapper {
207
207
}
208
208
209
209
#[ doc( hidden) ]
210
- impl <' a $( , $( $generic: ' a + $ ( $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibPtr <' a, * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
210
+ impl <' a $( , $( $generic $ ( : $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibPtr <' a, * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
211
211
type Storage = std:: marker:: PhantomData <& ' a Self >;
212
212
213
213
#[ inline]
@@ -225,7 +225,7 @@ macro_rules! glib_boxed_inline_wrapper {
225
225
}
226
226
227
227
#[ doc( hidden) ]
228
- impl <' a $( , $( $generic: ' a + $ ( $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibPtrMut <' a, * mut $ffi_name> for $name $( <$( $generic) ,+>) ? {
228
+ impl <' a $( , $( $generic $ ( : $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibPtrMut <' a, * mut $ffi_name> for $name $( <$( $generic) ,+>) ? {
229
229
type Storage = std:: marker:: PhantomData <& ' a mut Self >;
230
230
231
231
#[ inline]
@@ -236,7 +236,7 @@ macro_rules! glib_boxed_inline_wrapper {
236
236
}
237
237
238
238
#[ doc( hidden) ]
239
- impl <' a $( , $( $generic: ' a + $ ( $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * mut * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
239
+ impl <' a $( , $( $generic $ ( : $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * mut * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
240
240
type Storage = ( std:: marker:: PhantomData <& ' a [ Self ] >, Option <Vec <* const $ffi_name>>) ;
241
241
242
242
fn to_glib_none_from_slice( t: & ' a [ Self ] ) -> ( * mut * const $ffi_name, Self :: Storage ) {
@@ -276,7 +276,7 @@ macro_rules! glib_boxed_inline_wrapper {
276
276
}
277
277
278
278
#[ doc( hidden) ]
279
- impl <' a $( , $( $generic: ' a + $ ( $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * const * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
279
+ impl <' a $( , $( $generic $ ( : $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * const * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
280
280
type Storage = ( std:: marker:: PhantomData <& ' a [ Self ] >, Option <Vec <* const $ffi_name>>) ;
281
281
282
282
#[ inline]
@@ -297,7 +297,7 @@ macro_rules! glib_boxed_inline_wrapper {
297
297
}
298
298
299
299
#[ doc( hidden) ]
300
- impl <' a $( , $( $generic: ' a + $ ( $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * mut $ffi_name> for $name $( <$( $generic) ,+>) ? {
300
+ impl <' a $( , $( $generic $ ( : $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * mut $ffi_name> for $name $( <$( $generic) ,+>) ? {
301
301
type Storage = std:: marker:: PhantomData <& ' a [ Self ] >;
302
302
303
303
#[ inline]
@@ -329,7 +329,7 @@ macro_rules! glib_boxed_inline_wrapper {
329
329
}
330
330
331
331
#[ doc( hidden) ]
332
- impl <' a $( , $( $generic: ' a $ ( $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
332
+ impl <' a $( , $( $generic $ ( : $bound $( + $bound2) * ) ?) ,+) ?> $crate:: translate:: ToGlibContainerFromSlice <' a, * const $ffi_name> for $name $( <$( $generic) ,+>) ? {
333
333
type Storage = std:: marker:: PhantomData <& ' a [ Self ] >;
334
334
335
335
#[ inline]
0 commit comments