Hacker News new | ask | show | jobs
by burntsushi 698 days ago
I believe this could actually not work. You would need a `fn days(n: i64) -> Span` and a `fn days(self, n: i64) -> Span` to exist at the same time, which Rust does not allow.