1 2 3 4 5 6 7 8 9
//! Input types for the browserctl tool. mod action; #[rustfmt::skip] mod params; pub(in crate::tool::browserctl) use action::BrowserCtlAction; pub(in crate::tool::browserctl) use params::BrowserCtlInput;