(&self)
| 221 | const ALL: [Self::Item; Item::COUNT] = Item::ALL; |
| 222 | |
| 223 | fn bound(&self) -> Path { |
| 224 | let private = private(); |
| 225 | let de = de_lifetime(); |
| 226 | parse_quote!(#private::Decode<#de>) |
| 227 | } |
| 228 | |
| 229 | fn derive_impl( |
| 230 | &self, |
nothing calls this directly
no test coverage detected