Skip to content

Instantly share code, notes, and snippets.

@eira-fransham
Created February 26, 2019 10:57
Show Gist options
  • Save eira-fransham/0b081cfed09f8e5147d04889fd5f73b7 to your computer and use it in GitHub Desktop.
Save eira-fransham/0b081cfed09f8e5147d04889fd5f73b7 to your computer and use it in GitHub Desktop.
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