Searched defs:Error (Results 1 – 3 of 3) sorted by relevance
37 pub struct Error { struct45 pub enum ErrorKind { argument119 impl Error { impls120 pub fn new(kind: ErrorKind) -> Error { in new()133 pub fn from_raw_error(code: u32) -> Error { in from_raw_error()182 impl fmt::Debug for Error { implementation188 impl fmt::Display for Error { implementation194 impl std::error::Error for Error { implementation200 impl From<ErrorKind> for Error { implementation202 fn from(kind: ErrorKind) -> Error { in from()
34 pub struct Error { struct42 pub enum ErrorKind { argument150 impl Error { implementation151 pub fn new(kind: ErrorKind) -> Error { in new()165 pub fn from_raw_error(code: u32) -> Error { in from_raw_error()222 impl fmt::Debug for Error { implementation228 impl fmt::Display for Error { implementation234 impl std::error::Error for Error { implementation240 impl From<ErrorKind> for Error { implementation242 fn from(kind: ErrorKind) -> Error { in from()
38 pub fn parse_str(input: &str) -> Result<Uuid, uuid_crate::Error> { in parse_str()71 pub fn from_slice(b: &[u8]) -> Result<Uuid, uuid_crate::Error> { in from_slice()
Completed in 10 milliseconds