Function summer_boot::with_state

source ·
pub fn with_state<State>(state: State) -> Server<State>
where State: Clone + Send + Sync + 'static,