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 { impls
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.rs34 pub struct Error { struct
42 pub enum ErrorKind { argument
150 impl Error { implementation
151 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 { implementation
228 impl fmt::Display for Error { implementation
234 impl std::error::Error for Error { implementation
240 impl From<ErrorKind> for Error { implementation
242 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 10 milliseconds