ready_handler

Function ready_handler 

Source
pub async fn ready_handler<B, S>(__arg0: State<HandlerState<B, S>>) -> Response
where B: BqSearchBackend + Clone + Send + Sync + 'static, S: StorageLoader + Clone + Send + Sync + 'static,