Marker trait for any item defined in a module, to conveniently get the types of various per-module things.
| 18 | /// Marker trait for any item defined in a module, |
| 19 | /// to conveniently get the types of various per-module things. |
| 20 | pub trait InModule { |
| 21 | /// Unit type which represents the module itself. |
| 22 | type Module: SpacetimeModule; |
| 23 | } |
| 24 | |
| 25 | #[derive(Default)] |
| 26 | pub struct QueryBuilder { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…