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