Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodeChain-io/intertrait
/ Source
Interface
Source
tests/on-struct.rs:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
struct Data;
6
7
trait Source: CastFrom {}
8
9
trait Greet {
10
fn greet(&self);
Callers
nothing calls this directly
Implementers
1
on-struct.rs
tests/on-struct.rs
Calls
no outgoing calls
Tested by
no test coverage detected