Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 3 of 3) sorted by relevance

/optee_rust/optee-teec/src/
A Derror.rs37 pub struct Error { struct
45 pub enum ErrorKind { argument
119 impl Error { implementation
120 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 { implementation
188 impl fmt::Display for Error { implementation
194 impl std::error::Error for Error { implementation
200 impl From<ErrorKind> for Error { implementation
202 fn from(kind: ErrorKind) -> Error { in from()
/optee_rust/optee-utee/src/
A Derror.rs37 pub struct Error { struct
45 pub enum ErrorKind { argument
153 impl Error { implementation
154 pub fn new(kind: ErrorKind) -> Error { in new()
168 pub fn from_raw_error(code: u32) -> Error { in from_raw_error()
225 impl fmt::Debug for Error { implementation
231 impl fmt::Display for Error { implementation
237 impl error::Error for Error { implementation
243 impl From<ErrorKind> for Error { implementation
245 fn from(kind: ErrorKind) -> Error { in from()
A Duuid.rs38 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 14 milliseconds