Skip to main content

pathbuf_random_length

Function pathbuf_random_length 

Source
pub fn pathbuf_random_length(min: u8) -> impl Strategy<Value = PathBuf>
Expand description

Generate a PathBuf of random length, but at least min components.

The returned PathBuf will always have at least one component, regardless of min