Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/bindings/rust/libflashrom/src/
H A Dlib.rs284 pub struct ParseLayoutError(String); struct
286 impl fmt::Display for ParseLayoutError { implementation
292 impl error::Error for ParseLayoutError {} implementation