pub(crate) trait FramePad { // Required method fn pad(&mut self, w: usize, h: usize, planes: usize); }
Public Trait for calculating Padding