Skip to content

Instantly share code, notes, and snippets.

@Gisleburt
Last active June 10, 2019 12:29
Show Gist options
  • Save Gisleburt/19d444871107e608e2166327613fbcbf to your computer and use it in GitHub Desktop.
Save Gisleburt/19d444871107e608e2166327613fbcbf to your computer and use it in GitHub Desktop.
impl User {
fn borrow_albums(&self) -> Albums {
Albums(&self.albums)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment