Hacker News new | ask | show | jobs
by Tigress8780 695 days ago
Rust will determine what `parse` does based on the inferred return type (which is being explicitly set to `Timestamp` here). This is possible when the return type has `FromStr` trait.
1 comments

oh I see, almost what I anticipated