1 2 3 4 5 6 7 8
use kumo_derive::Extract; #[derive(Extract)] struct Bad { title: String, // missing #[extract(css = "...")] } fn main() {}