MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / CreateRustAppMigration

Class CreateRustAppMigration

crates/create-rust-app/src/dev/mod.rs:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110#[derive(Serialize, Debug, Clone)]
111pub struct CreateRustAppMigration {
112 name: String,
113 version: String,
114 status: MigrationStatus,
115}
116
117impl DevServerEvent {
118 /// # Panics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected