Skip to main content

polydat_node

Attribute Macro polydat_node 

Source
#[polydat_node]
Expand description

#[polydat_node] — derive a polydat node from a typed Rust function signature.

See the crate docs for the supported surface and what’s out of scope for this scaffolding pass.

§Attribute parameters (PR B.2)

  • category = <ident> — the polydat FuncCategory variant the node belongs to (Comparison, Math, String, etc.). Defaults to Misc when unspecified.