Searched refs:ParseLayoutError (Results 1 – 1 of 1) sorted by relevance
284 pub struct ParseLayoutError(String); struct286 impl fmt::Display for ParseLayoutError { implementation292 impl error::Error for ParseLayoutError {} implementation294 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()