1 2 3 4 5 6 7 8 9 10
#[picante::input] pub struct Text { #[key] pub key1: String, #[key] pub key2: String, pub value: String, } fn main() {}