Function is_path_type

Source
pub fn is_path_type<T>(_arg: &T) -> bool
Expand description

Returns true if arg is type Path

§Arguments

  • arg: any data type

§Examples

let result = is_path( &“/A/B/C/D” );