(_: String, _args: &toml::value::Table)
| 19 | |
| 20 | impl SubNode { |
| 21 | fn new(_: String, _args: &toml::value::Table) -> Self { |
| 22 | SubNode { |
| 23 | ..Default::default() |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 28 | async fn finalize(&mut self) {} |
nothing calls this directly
no outgoing calls
no test coverage detected