MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / trait_name

Function trait_name

parser/src/parsing/function.rs:158–160  ·  view source on GitHub ↗
(path: &syn::Path)

Source from the content-addressed store, hash-verified

156}
157
158fn trait_name(path: &syn::Path) -> String {
159 format!("{}", path.segments.to_token_stream())
160}
161
162fn fn_name(signature: &syn::Signature) -> String {
163 signature.ident.to_string()

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected