| 20 | }; |
| 21 | |
| 22 | pub struct CollectionSlice<ID> { |
| 23 | name: ID, |
| 24 | expr: TokenStream, |
| 25 | } |
| 26 | |
| 27 | impl<ID: Parse> Parse for CollectionSlice<ID> { |
| 28 | fn parse(input: ParseStream) -> Result<Self> { |
nothing calls this directly
no outgoing calls
no test coverage detected