1 2 3 4 5
// @generated — do not edit by hand. pub use handler::RegisteredModelHandler; mod handler; #[cfg(feature = "axum")] pub mod server;