| 109 | |
| 110 | #[derive(Serialize, Debug, Clone)] |
| 111 | pub struct CreateRustAppMigration { |
| 112 | name: String, |
| 113 | version: String, |
| 114 | status: MigrationStatus, |
| 115 | } |
| 116 | |
| 117 | impl DevServerEvent { |
| 118 | /// # Panics |
nothing calls this directly
no outgoing calls
no test coverage detected