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

Function main

examples/actix_example/api/src/lib.rs:219–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219pub fn main() {
220 let result = start();
221
222 if let Some(err) = result.err() {
223 println!("Error: {err}");
224 }
225}

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected