Trait wallswitch::FileInfoExt
source · pub trait FileInfoExt {
// Required methods
fn get_width_min(&self) -> Option<u64>;
fn get_max_size(&self) -> Option<u64>;
fn get_max_number(&self) -> Option<usize>;
fn get_max_dimension(&self) -> Option<u64>;
fn sizes_are_valid(&self, config: &Config) -> bool;
fn update_number_field(&mut self);
}Expand description
FileInfo Extension