Lines Matching refs:Error
198 pub enum Error { enum
204 impl Error { implementation
207 Error::Success => "success", in name()
208 Error::Failure => "failure", in name()
213 Error::Success => "", in message()
214 Error::Failure => "", in message()
218 impl core::fmt::Debug for Error { implementation
227 impl core::fmt::Display for Error { implementation
232 impl core::error::Error for Error {} implementation
234 assert!(1 == < Error as wasmtime::component::ComponentType >::SIZE32);
235 assert!(1 == < Error as wasmtime::component::ComponentType >::ALIGN32);
248 Error, in option_test() argument
258 Error, in option_test() argument
302 pub enum Error { enum
308 impl Error { implementation
311 Error::Success => "success", in name()
312 Error::Failure => "failure", in name()
317 Error::Success => "", in message()
318 Error::Failure => "", in message()
322 impl core::fmt::Debug for Error { implementation
334 impl core::fmt::Display for Error { implementation
342 impl core::error::Error for Error {} implementation
345 1 == < Error as wasmtime::component::ComponentType >::SIZE32
348 1 == < Error as wasmtime::component::ComponentType >::ALIGN32
408 Error, in load()
421 Result<Option<wasmtime::component::__internal::String>, Error>, in call_option_test() argument
432 Error, in call_option_test()