Skip to main content

RouteHandler

Type Alias RouteHandler 

Source
pub type RouteHandler = Arc<dyn Fn() -> String + Send + Sync>;
Expand description

Core in-process route handler callback type used by router metadata APIs.

Aliased Typeยง

pub struct RouteHandler { /* private fields */ }