Searched defs:format_error (Results 1 – 4 of 4) sorted by relevance
18 fn format_error(error: &crate::error::Error<Self>) -> StyledStr; in format_error() method31 fn format_error(error: &crate::error::Error<Self>) -> StyledStr { in format_error() method55 fn format_error(error: &crate::error::Error<Self>) -> StyledStr { in format_error() method
468 fn format_error<I: CommandFactory>(err: crate::Error) -> crate::Error { in format_error() function
1376 int o, len, nb, format_error; in parse_cmdline() local
1320 static PyObject *format_error(PyObject *self, PyObject *args) in format_error() function