Trait stitchy_core::FileLocation

source ·
pub trait FileLocation<P: FileProperties> {
    // Required methods
    fn is_file(&self) -> Result<bool, String>;
    fn extension(&self) -> Result<String, String>;
    fn into_properties(self) -> Result<P, String>;
}
Expand description

Types used for loading files and passing them into the image stitching process Representation of a file’s location.

Required Methods§

Implementors§