Example: siderophile would output
<rand_pcg::pcg128::Mcg128Xsl64 as RngCore>::next_u64
whereas the label in the crate's callgraph would be
<rand_pcg::pcg128::Mcg128Xsl64 as rand_core::RngCore>::next_u64
This might end up being quite hard to implement, since the tools only looks at source code, and trait path resolution happens at compile time.
Example:
siderophilewould outputwhereas the label in the crate's callgraph would be
This might end up being quite hard to implement, since the tools only looks at source code, and trait path resolution happens at compile time.