Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created November 21, 2012 21:44
Show Gist options
  • Save bstrie/4128032 to your computer and use it in GitHub Desktop.
Save bstrie/4128032 to your computer and use it in GitHub Desktop.
Rust trait return
trait A {}
impl ~[int] : A {}
fn foo()-> A {
~[0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment