pub trait PhotometricWebWriter {
    fn write(photweb: &PhotometricWeb, path: &Path) -> Result<(), Error>;
}
Expand description

A trait that can write to a file.

Required Methods

Implementors