Struct rdedup_lib::VerifyResults
[−]
[src]
pub struct VerifyResults {
pub scanned: usize,
pub errors: Vec<(Vec<u8>, Error)>,
}Fields
scanned: usize
errors: Vec<(Vec<u8>, Error)>