pub trait VerifierLogger {
// Required method
fn log(&mut self, line: &[u8]);
}Expand description
A trait to receive the log from the verifier.
pub trait VerifierLogger {
// Required method
fn log(&mut self, line: &[u8]);
}A trait to receive the log from the verifier.