Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
struct DiffOutput {
65
body: TokenStream2,
66
bounds: Vec<TokenStream2>,
67
}
68
69
impl DiffOutput {
70
pub fn from_struct(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected