Searched defs:Args (Results 1 – 2 of 2) sorted by relevance
51 struct Args { struct54 mount_point: PathBuf,62 remote_ro_file: Vec<OptionRemoteRoFile>,69 remote_ro_file_unverified: Vec<OptionRemoteRoFileUnverified>,76 remote_new_rw_file: Vec<OptionRemoteRwFile>,80 local_ro_file: Vec<OptionLocalFileRo>,84 local_ro_file_unverified: Vec<OptionLocalRoFileUnverified>,88 debug: bool,
29 using Args = std::vector<std::string_view>; variable