Home
last modified time | relevance | path

Searched refs: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
294 impl From<ParseLayoutError> for String {
295 fn from(e: ParseLayoutError) -> Self { in from()
1050 None => Err(ParseLayoutError(format!("failed to parse: {:?}", line)))?, in from_str()