pub trait SetBlockSize {
    fn set_blocksize(&mut self, bs: i32);
}

Required methods

Implementors