Function schematic::is_file_like
source · pub fn is_file_like(value: &str) -> boolExpand description
Returns true if the value looks like a file, by checking for file://,
path separators, or supported file extensions.
pub fn is_file_like(value: &str) -> boolReturns true if the value looks like a file, by checking for file://,
path separators, or supported file extensions.