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.29 KB | None | 0 0
  1. /// ```
  2. 11 /// include!("args);
  3. 10 /// let a = SArg::new().arg("f",7).style("p","rt");
  4. 9 /// assert_eq!(r#"f="6" style="p:rt;""#,&format!("{}",a));
  5. 8 /// ```
  6. 7 impl SArg {
  7. 6 pub fn new()->SArg{
  8. 5 SArg{
  9. 4 items:Vec::new(),
  10. 3 }
  11. 2 }
  12. 1 }
Add Comment
Please, Sign In to add comment