pub trait FromPath {
    fn from_path<P: AsRef<Path>>(path: P, options: Options) -> Result;
}

Required methods

Implementors