MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / main

Function main

examples/rocket_example/api/src/lib.rs:159–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159pub fn main() {
160 let result = start();
161
162 println!("Rocket: deorbit.");
163
164 if let Some(err) = result.err() {
165 println!("Error: {err}");
166 }
167}

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected