Added some better theming to the UI, enabled clippy to warn on 2018 idioms, and added human_panic hook to report bugs
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ impl<'a> Network<'a> {
|
||||
pub async fn handle_request<T, R>(
|
||||
&self,
|
||||
request_props: RequestProps<T>,
|
||||
mut app_update_fn: impl FnMut(R, MutexGuard<App>),
|
||||
mut app_update_fn: impl FnMut(R, MutexGuard<'_, App>),
|
||||
) where
|
||||
T: Serialize + Default + Debug,
|
||||
R: DeserializeOwned,
|
||||
|
||||
Reference in New Issue
Block a user