MCPcopy 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

5struct Data;
6
7trait Source: CastFrom {}
8
9trait Greet {
10 fn greet(&self);

Callers

nothing calls this directly

Implementers 1

on-struct.rstests/on-struct.rs

Calls

no outgoing calls

Tested by

no test coverage detected