I\'m working through Rust by Example. I\'m currently at TryFrom and TryInto. This is their code:
struct EvenNumber(i32); impl TryFrom for EvenNumb