MCPcopy Create free account
hub / github.com/Houtamelo/spire_enum / SaneMethod

Class SaneMethod

proc_macro/src/delegate_impl/inherent_impl.rs:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78fn sanitize_fn(input: Box<InputImplItemFn>) -> Result<SaneMethod> {
79 let InputImplItemFn {
80 attrs,
81 vis,
82 sig,
83 body,
84 } = *input;
85
86 let semi_token = match body {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected