Conversation
Edited 6 days ago

how am i supposed to construct this without using the deprecated fields!!!!

1
1
1

@sodiboo Is RegisterRequest Default?

if so you could ..Default::default() at the end

1
0
1

@charlotte i actually realized that it was Default, yeah. but this is auto-generated with prost, so the word Default is never mentioned in the source (but #[derive(prost::Message)] seems to implement Default alongside it). that’s why i was confused at first

0
0
1