| 222 | /// Used for application-specific custom events |
| 223 | #[derive(Debug, Clone, Serialize, Default, Deserialize)] |
| 224 | pub struct Custom { |
| 225 | pub name: String, |
| 226 | pub value: Value, |
| 227 | } |
| 228 | |
| 229 | /// Legacy pass-through output for compatibility with older event systems. |
| 230 | /// |
no outgoing calls
no test coverage detected