Skip to main content

ApiRouter

Type Alias ApiRouter 

Source
pub type ApiRouter = Router<AppContext>;
Expand description

Axum router specialized to the shared AppContext state.

Aliased Typeยง

pub struct ApiRouter { /* private fields */ }