r
Size: a a a
r
EG
AZ
AZ
AZ
DF
AZ
struct MyApp;
#[thunderclap]
impl MyApp {
/// Say hello to someone on the other side
fn say_hello(name: &str, age: Option<u16>) { /* ... */ }
/// It was nice to meet you!
fn goodybe(name: Option<&str>) { /* ... */ }
}
fn main() {
// This starts the match execution
MyApp::start();
}
AZ
let option1 = std::env::var("age").parse()
DF
AZ
p
EG
EG
EG
AZ
EG
EG
Т8
Т8