Home
last modified time | relevance | path

Searched defs:RegionError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flashrom/bindings/rust/libflashrom/src/
H A Dlib.rs258 pub enum RegionError { enum
263 impl fmt::Display for RegionError { implementation
269 impl error::Error for RegionError {} implementation
277 impl From<std::ffi::NulError> for RegionError { implementation
278 fn from(err: std::ffi::NulError) -> RegionError { in from()
948 pub fn include_region(&mut self, region: &str) -> std::result::Result<(), RegionError> { in include_region() argument
974 pub fn exclude_region(&mut self, region: &str) -> std::result::Result<(), RegionError> { in exclude_region() argument
1000 pub fn get_region_range(&mut self, region: &str) -> std::result::Result<Range, RegionError> { in get_region_range() argument