1 2 3 4 5 6 7 8
#[derive(derive_more::Into)] struct Foo { #[into(skip)] #[into(skip)] a: i32, } fn main() {}