| 63 | } |
| 64 | |
| 65 | pub struct FeatureCommand { |
| 66 | pub start: Box<dyn Fn(usize, serde_json::Value) + Send + Sync>, |
| 67 | pub stop: Box<dyn Fn(usize) + Send + Sync>, |
| 68 | pub disable: Box<dyn Fn() + Send + Sync>, |
| 69 | } |
| 70 | crate::collect!(String, FeatureCommand); |
nothing calls this directly
no outgoing calls
no test coverage detected