Trait gmt_lom::ToPkl

source ·
pub trait ToPkl {
    // Provided method
    fn to_pkl<P: AsRef<Path>>(
        &self,
        path: P
    ) -> Result<(), LinearOpticalModelError>
       where Self: Serialize + Sized { ... }
}

Provided Methods§

source

fn to_pkl<P: AsRef<Path>>(&self, path: P) -> Result<(), LinearOpticalModelError>
where Self: Serialize + Sized,

Writes optical metrics to a pickle file

Implementors§