Created
February 26, 2019 10:57
-
-
Save eira-fransham/0b081cfed09f8e5147d04889fd5f73b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait DisplayField { | |
fn display_field(&self, field: u64, f: &mut fmt::Formatter); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment