File: repeated_pos.rs

package info (click to toggle)
rust-xflags-macros 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
xflags! {
    cmd RepeatedPos {
        required a: PathBuf
        optional b: u32
        optional c: OsString
        repeated rest: OsString
    }
}