Trait stegano_core::Persist[][src]

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

Required methods

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

Loading content...

Implementors

impl Persist for Media[src]

Loading content...