Skip to main content

ToData

Trait ToData 

Source
pub trait ToData<T> {
    // Required method
    fn to_data(&self) -> Result<T, Error>;
}
Expand description

Trait for exporting StatOxide structures to external formats

Required Methods§

Source

fn to_data(&self) -> Result<T, Error>

Implementors§