@@ -5,14 +5,14 @@ error[E0277]: the trait bound `u8: Responder<'_, '_>` is not satisfied
5
5
| ^^ the trait `Responder<'_, '_>` is not implemented for `u8`
6
6
|
7
7
= help: the following other types implement trait `Responder<'r, 'o>`:
8
- < &'o [u8] as Responder<'r, 'o>>
9
- < &'o str as Responder<'r, 'o>>
10
- <() as Responder<'r, 'static>>
11
- < (ContentType, R) as Responder<'r, 'o>>
12
- < (Status, R) as Responder<'r, 'o>>
13
- < Accepted<R> as Responder<'r, 'o>>
14
- < Arc<[u8]> as Responder<'r, 'static>>
15
- < Arc<str> as Responder<'r, 'static>>
8
+ ` &'o [u8]` implements ` Responder<'r, 'o>`
9
+ ` &'o str` implements ` Responder<'r, 'o>`
10
+ `()` implements ` Responder<'r, 'static>`
11
+ ` (ContentType, R)` implements ` Responder<'r, 'o>`
12
+ ` (Status, R)` implements ` Responder<'r, 'o>`
13
+ ` Accepted<R>` implements ` Responder<'r, 'o>`
14
+ ` Arc<[u8]>` implements ` Responder<'r, 'static>`
15
+ ` Arc<str>` implements ` Responder<'r, 'static>`
16
16
and $N others
17
17
18
18
error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
@@ -22,14 +22,14 @@ error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
22
22
| ^^^^^^^^^ the trait `From<u8>` is not implemented for `Header<'_>`, which is required by `u8: Into<Header<'_>>`
23
23
|
24
24
= help: the following other types implement trait `From<T>`:
25
- < Header<'static> as From<&Cookie<'_>>>
26
- < Header<'static> as From<&ExpectCt>>
27
- < Header<'static> as From<&Frame>>
28
- < Header<'static> as From<&Hsts>>
29
- < Header<'static> as From<&NoSniff>>
30
- < Header<'static> as From<&Permission>>
31
- < Header<'static> as From<&Prefetch>>
32
- < Header<'static> as From<&Referrer>>
25
+ ` Header<'static>` implements ` From<&Cookie<'_>>`
26
+ ` Header<'static>` implements ` From<&ExpectCt>`
27
+ ` Header<'static>` implements ` From<&Frame>`
28
+ ` Header<'static>` implements ` From<&Hsts>`
29
+ ` Header<'static>` implements ` From<&NoSniff>`
30
+ ` Header<'static>` implements ` From<&Permission>`
31
+ ` Header<'static>` implements ` From<&Prefetch>`
32
+ ` Header<'static>` implements ` From<&Referrer>`
33
33
and $N others
34
34
= note: required for `u8` to implement `Into<Header<'_>>`
35
35
note: required by a bound in `Response::<'r>::set_header`
@@ -45,14 +45,14 @@ error[E0277]: the trait bound `u8: Responder<'_, '_>` is not satisfied
45
45
| ^^ the trait `Responder<'_, '_>` is not implemented for `u8`
46
46
|
47
47
= help: the following other types implement trait `Responder<'r, 'o>`:
48
- < &'o [u8] as Responder<'r, 'o>>
49
- < &'o str as Responder<'r, 'o>>
50
- <() as Responder<'r, 'static>>
51
- < (ContentType, R) as Responder<'r, 'o>>
52
- < (Status, R) as Responder<'r, 'o>>
53
- < Accepted<R> as Responder<'r, 'o>>
54
- < Arc<[u8]> as Responder<'r, 'static>>
55
- < Arc<str> as Responder<'r, 'static>>
48
+ ` &'o [u8]` implements ` Responder<'r, 'o>`
49
+ ` &'o str` implements ` Responder<'r, 'o>`
50
+ `()` implements ` Responder<'r, 'static>`
51
+ ` (ContentType, R)` implements ` Responder<'r, 'o>`
52
+ ` (Status, R)` implements ` Responder<'r, 'o>`
53
+ ` Accepted<R>` implements ` Responder<'r, 'o>`
54
+ ` Arc<[u8]>` implements ` Responder<'r, 'static>`
55
+ ` Arc<str>` implements ` Responder<'r, 'static>`
56
56
and $N others
57
57
58
58
error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
@@ -62,14 +62,14 @@ error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
62
62
| ^^^^^^^^^ the trait `From<u8>` is not implemented for `Header<'_>`, which is required by `u8: Into<Header<'_>>`
63
63
|
64
64
= help: the following other types implement trait `From<T>`:
65
- < Header<'static> as From<&Cookie<'_>>>
66
- < Header<'static> as From<&ExpectCt>>
67
- < Header<'static> as From<&Frame>>
68
- < Header<'static> as From<&Hsts>>
69
- < Header<'static> as From<&NoSniff>>
70
- < Header<'static> as From<&Permission>>
71
- < Header<'static> as From<&Prefetch>>
72
- < Header<'static> as From<&Referrer>>
65
+ ` Header<'static>` implements ` From<&Cookie<'_>>`
66
+ ` Header<'static>` implements ` From<&ExpectCt>`
67
+ ` Header<'static>` implements ` From<&Frame>`
68
+ ` Header<'static>` implements ` From<&Hsts>`
69
+ ` Header<'static>` implements ` From<&NoSniff>`
70
+ ` Header<'static>` implements ` From<&Permission>`
71
+ ` Header<'static>` implements ` From<&Prefetch>`
72
+ ` Header<'static>` implements ` From<&Referrer>`
73
73
and $N others
74
74
= note: required for `u8` to implement `Into<Header<'_>>`
75
75
note: required by a bound in `Response::<'r>::set_header`
@@ -85,14 +85,14 @@ error[E0277]: the trait bound `Header<'_>: From<std::string::String>` is not sat
85
85
| ^^^^^^^^^^^^ the trait `From<std::string::String>` is not implemented for `Header<'_>`, which is required by `std::string::String: Into<Header<'_>>`
86
86
|
87
87
= help: the following other types implement trait `From<T>`:
88
- < Header<'static> as From<&Cookie<'_>>>
89
- < Header<'static> as From<&ExpectCt>>
90
- < Header<'static> as From<&Frame>>
91
- < Header<'static> as From<&Hsts>>
92
- < Header<'static> as From<&NoSniff>>
93
- < Header<'static> as From<&Permission>>
94
- < Header<'static> as From<&Prefetch>>
95
- < Header<'static> as From<&Referrer>>
88
+ ` Header<'static>` implements ` From<&Cookie<'_>>`
89
+ ` Header<'static>` implements ` From<&ExpectCt>`
90
+ ` Header<'static>` implements ` From<&Frame>`
91
+ ` Header<'static>` implements ` From<&Hsts>`
92
+ ` Header<'static>` implements ` From<&NoSniff>`
93
+ ` Header<'static>` implements ` From<&Permission>`
94
+ ` Header<'static>` implements ` From<&Prefetch>`
95
+ ` Header<'static>` implements ` From<&Referrer>`
96
96
and $N others
97
97
= note: required for `std::string::String` to implement `Into<Header<'_>>`
98
98
note: required by a bound in `Response::<'r>::set_header`
@@ -110,14 +110,14 @@ error[E0277]: the trait bound `usize: Responder<'_, '_>` is not satisfied
110
110
| ^^^^^ the trait `Responder<'_, '_>` is not implemented for `usize`
111
111
|
112
112
= help: the following other types implement trait `Responder<'r, 'o>`:
113
- < &'o [u8] as Responder<'r, 'o>>
114
- < &'o str as Responder<'r, 'o>>
115
- <() as Responder<'r, 'static>>
116
- < (ContentType, R) as Responder<'r, 'o>>
117
- < (Status, R) as Responder<'r, 'o>>
118
- < Accepted<R> as Responder<'r, 'o>>
119
- < Arc<[u8]> as Responder<'r, 'static>>
120
- < Arc<str> as Responder<'r, 'static>>
113
+ ` &'o [u8]` implements ` Responder<'r, 'o>`
114
+ ` &'o str` implements ` Responder<'r, 'o>`
115
+ `()` implements ` Responder<'r, 'static>`
116
+ ` (ContentType, R)` implements ` Responder<'r, 'o>`
117
+ ` (Status, R)` implements ` Responder<'r, 'o>`
118
+ ` Accepted<R>` implements ` Responder<'r, 'o>`
119
+ ` Arc<[u8]>` implements ` Responder<'r, 'static>`
120
+ ` Arc<str>` implements ` Responder<'r, 'static>`
121
121
and $N others
122
122
note: required by a bound in `route::handler::<impl Outcome<Response<'o>, Status, (rocket::Data<'o>, Status)>>::from`
123
123
--> $WORKSPACE/core/lib/src/route/handler.rs
0 commit comments