pub trait PhotometricWebReader {
    fn read(&self, path: &Path) -> Result<PhotometricWeb, Error>;
}
Expand description

A trait that can read from a file.

Required Methods

Implementors