1 2 3 4 5 6 7
#[derive(partial_config::HasPartial)] pub struct LifetimeConfiguration<'a> { string1: &'a str, } fn main() {}