A builder to load graph with config
| 61 | |
| 62 | /// A builder to load graph with config |
| 63 | pub struct Builder { |
| 64 | local_key: u64, |
| 65 | template: String, |
| 66 | dynamic: String, |
| 67 | } |
| 68 | |
| 69 | impl Default for Builder { |
| 70 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected