Browse Source

Adjust visibility

Christoph Grabo 3 years ago
parent
commit
a5bf25ce18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/src/cfg.rs

+ 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>,
 );