Home
last modified time | relevance | path

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

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