LpFileFormat

Trait LpFileFormat 

Source
pub trait LpFileFormat {
    // Required method
    fn to_lp_file_format(&self) -> String;

    // Provided method
    fn write_lp(&self, file_model: &str) -> Result<()> { ... }
}

Required Methods§

Provided Methods§

Source

fn write_lp(&self, file_model: &str) -> Result<()>

Implementors§