0

Given a struct:

pub struct Link {
    pub text: String,
    pub title: String,
    pub url: String,
}

Is there a way to find out what the keys are at runtime?

Shepmaster
  • 388,571
  • 95
  • 1,107
  • 1,366

0 Answers0