1 2 3 4 5 6 7
use serde::Serialize; #[derive(Debug, Clone, Serialize)] pub struct NavigationRequest { pub url: String, pub wait_until: String, }