Trait stegano_core::Persist

source ·
pub trait Persist {
    // Required method
    fn save_as(&mut self, _: &Path) -> Result<()>;
}

Required Methods§

source

fn save_as(&mut self, _: &Path) -> Result<()>

Implementors§