Trait btlib::WriteInteg
source · pub trait WriteInteg: WriteAt {
// Required method
fn flush_integ(&mut self, integrity: &[u8]) -> Result<()>;
}Expand description
A version of the WriteAt trait, which allows integrity information to be supplied when
flushing.