MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / CollectionSlice

Class CollectionSlice

flow-derive/src/internal.rs:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22pub struct CollectionSlice<ID> {
23 name: ID,
24 expr: TokenStream,
25}
26
27impl<ID: Parse> Parse for CollectionSlice<ID> {
28 fn parse(input: ParseStream) -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected