1 2 3 4 5 6 7
use mwbot::generators::Generator; #[derive(Generator)] #[params(generator = "foo")] struct Tuple(String); fn main() {}