MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / InModule

Interface InModule

sdks/rust/src/spacetime_module.rs:20–23  ·  view source on GitHub ↗

Marker trait for any item defined in a module, to conveniently get the types of various per-module things.

Source from the content-addressed store, hash-verified

18/// Marker trait for any item defined in a module,
19/// to conveniently get the types of various per-module things.
20pub trait InModule {
21 /// Unit type which represents the module itself.
22 type Module: SpacetimeModule;
23}
24
25#[derive(Default)]
26pub struct QueryBuilder {

Callers

nothing calls this directly

Implementers 15

return_enum_type.rsmodules/sdk-test-procedure-cpp/client/
test_uuid_ordering_procedure.rsmodules/sdk-test-procedure-cpp/client/
read_my_schema_procedure.rsmodules/sdk-test-procedure-cpp/client/
pk_uuid_type.rsmodules/sdk-test-procedure-cpp/client/
scheduled_proc_table_type.rsmodules/sdk-test-procedure-cpp/client/
return_enum_b_procedure.rsmodules/sdk-test-procedure-cpp/client/
test_uuid_v_4_procedure.rsmodules/sdk-test-procedure-cpp/client/
test_uuid_round_trip_procedure.rsmodules/sdk-test-procedure-cpp/client/
test_uuid_v_7_procedure.rsmodules/sdk-test-procedure-cpp/client/
mod.rsmodules/sdk-test-procedure-cpp/client/
will_panic_procedure.rsmodules/sdk-test-procedure-cpp/client/
sorted_uuids_insert_procedure.rsmodules/sdk-test-procedure-cpp/client/

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…