Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
fn trait_name(path: &syn::Path) -> String {
159
format!(
"{}"
, path.segments.to_token_stream())
160
}
161
162
fn fn_name(signature: &syn::Signature) -> String {
163
signature.ident.to_string()
Callers
1
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected