We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
?
for<>
1 parent c64e52a commit e76da81Copy full SHA for e76da81
src/trait-bounds.md
@@ -8,10 +8,10 @@
8
> _Lifetime_ | _TraitBound_ | _UseBound_
9
>
10
> _TraitBound_ :\
11
-> `?`<sup>?</sup>
12
-> [_ForLifetimes_](#higher-ranked-trait-bounds)<sup>?</sup> [_TypePath_]\
13
-> | `(` `?`<sup>?</sup>
14
-> [_ForLifetimes_](#higher-ranked-trait-bounds)<sup>?</sup> [_TypePath_] `)`
+> ( `?` |
+> [_ForLifetimes_](#higher-ranked-trait-bounds) )<sup>?</sup> [_TypePath_]\
+> | `(` ( `?` |
+> [_ForLifetimes_](#higher-ranked-trait-bounds) )<sup>?</sup> [_TypePath_] `)`
15
16
> _LifetimeBounds_ :\
17
> ( _Lifetime_ `+` )<sup>\*</sup> _Lifetime_<sup>?</sup>
0 commit comments