Guest User

Untitled

a guest
Jun 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. enum Foo {
  2. A,
  3. }
  4.  
  5. impl Foo {
  6. pub fn new() -> Self {
  7. Self::A
  8. }
  9. }
  10.  
  11. fn main() {
  12.  
  13. }
Add Comment
Please, Sign In to add comment