Type Alias DashboardUiRouter

Source
pub type DashboardUiRouter = Box<dyn Fn(DynDashboardApi) -> Router + Send>;
Expand description

A function/closure type for handling dashboard UI

Aliased Typeยง

pub struct DashboardUiRouter(/* private fields */);