use wtools::former::Former; struct Vec { } #[derive( Former )] pub struct Struct1 { pub string_slice_1 : Vec<>, } fn main() { }