Trait rustfst::algorithms::lazy::SerializableOpState
source · pub trait SerializableOpState: Sized {
// Required methods
fn read<P: AsRef<Path>>(path: P) -> Result<Self>;
fn write<P: AsRef<Path>>(&self, path: P) -> Result<()>;
}