Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.06 KB | None | 0 0
  1. #[derive(PartialEq)]
  2. enum HttpSchema {
  3.     HTTP,
  4.     HTTPS
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement