Common/WebView/DTO/
mod.rs

1//! # WebView DTO Module
2//!
3//! Aggregates and re-exports all Data Transfer Objects (DTOs) related to the
4//! WebView and WebViewPanel APIs.
5
6#![allow(non_snake_case, non_camel_case_types)]
7
8pub mod WebViewContentOptionsDTO;