Skip to content

Instantly share code, notes, and snippets.

@DaGenix
Created January 18, 2015 03:11
Show Gist options
  • Save DaGenix/43f106718de53712ad75 to your computer and use it in GitHub Desktop.
Save DaGenix/43f106718de53712ad75 to your computer and use it in GitHub Desktop.
assoc type ice
se std::ops::Deref;
pub trait Data: Deref<Target = Self::Item> {
type Item;
}
fn main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment