Skip to main content

bare_path_random_length

Function bare_path_random_length 

Source
pub fn bare_path_random_length(min: u8) -> impl Strategy<Value = Arc<Path>>
Expand description

Generate a Arc<Path> of random length, but at least min components.

All components of the path will be valid bare identifiers.