Trait cryptsetup::Callbacks [] [src]

pub trait Callbacks {
    fn log(&mut self, level: c_int, msg: &str);
    fn confirm(&mut self, msg: &str);
}

Required Methods

Implementors