from_path

Function from_path 

Source
pub fn from_path<T: AsRef<Path>>(path: T) -> FromFile 
Expand description

Creates an input handle based on the provided path.

To create an input handle based on an optional path, see from_optional_path.