Function schematic::is_file_like

source ·
pub fn is_file_like(value: &str) -> bool
Expand description

Returns true if the value looks like a file, by checking for file://, path separators, or supported file extensions.