codetether-browser 0.1.0

Browser automation runtime for CodeTether
Documentation
1
2
3
4
5
6
7
8
use serde::Serialize;

#[derive(Debug, Clone, Serialize)]
pub struct ToggleOutput {
    pub ok: bool,
    pub selected: Option<String>,
    pub active_class: bool,
}