MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / DiffOutput

Class DiffOutput

crates/firewheel-macros/src/diff.rs:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64struct DiffOutput {
65 body: TokenStream2,
66 bounds: Vec<TokenStream2>,
67}
68
69impl DiffOutput {
70 pub fn from_struct(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected