Skip to content

Instantly share code, notes, and snippets.

@brson
Created November 22, 2012 20:24
Show Gist options
  • Save brson/4132806 to your computer and use it in GitHub Desktop.
Save brson/4132806 to your computer and use it in GitHub Desktop.
struct Foo {
f: &int
}
impl Foo {
fn get(&self) -> &self/int {
self.f
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment