fix(tauri-utils): docs for config::DeepLinkProtocol (#10979)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-12 17:39:08 -03:00
committed by GitHub
parent 9d468774a9
commit c901d9fdf9

View File

@@ -1058,7 +1058,7 @@ pub struct FileAssociation {
pub mime_type: Option<String>,
}
/// File association
/// Deep link protocol configuration.
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]
#[cfg_attr(feature = "schema", derive(JsonSchema))]
#[serde(rename_all = "camelCase", deny_unknown_fields)]