1 2 3 4 5 6 7 8 9 10
#[discard_params_doc] trait Trait { fn foo( &self, /// some docs bar: String, /// another docs baz: i32, ); }