Searched defs:Error (Results 1 – 9 of 9) sorted by relevance
36 Error = 1 variable in LogLevel
42 Error = 1 variable in LogLevel
89 pub fn error_other(msg: String) -> Error { in error_other()
31 type Error = (); typedef156 type Error = (); typedef251 type Error = (); typedef
167 result: Result<Vec<u8>, Error>, in handle_execute_result() argument
42 type Error = (); typedef
562 pub async fn canonicalize(path: String) -> Result<String, Error> { in canonicalize() argument