MCPcopy Create free account
hub / github.com/Rustixir/darkbird / get_fields

Method get_fields

example/Version-4.0.0 ( Materialized View )/example.rs:71–73  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

69
70impl document::Range for User {
71 fn get_fields(&self) -> Vec<RangeField> {
72 vec![]
73 }
74}
75
76impl document::MaterializedView for User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected