1
0
Christoph Grabo 3 жил өмнө
parent
commit
a5bf25ce18

+ 1 - 1
packages/desktop/src/cfg.rs

@@ -19,7 +19,7 @@ pub struct DesktopConfig {
     pub(crate) event_handler: Option<Box<DynEventHandlerFn>>,
 }
 
-pub type WryProtocol = (
+pub(crate) type WryProtocol = (
     String,
     Box<dyn Fn(&HttpRequest) -> WryResult<HttpResponse> + 'static>,
 );