pub fn pathbuf(min: u8, max: u8) -> impl Strategy<Value = PathBuf>
A strategy to produce a PathBuf of between min and max components (either bare or quoted).
min
max