pub trait ToData<T> { // Required method fn to_data(&self) -> Result<T, Error>; }
Trait for exporting StatOxide structures to external formats