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);
243 Error, in option_test() argument
287 pub enum Error { enum
293 impl Error { impl
296 Error::Success => "success", in name()
297 Error::Failure => "failure", in name()
302 Error::Success => "", in message()
303 Error::Failure => "", in message()
307 impl core::fmt::Debug for Error { implementation
319 impl core::fmt::Display for Error { implementation
327 impl core::error::Error for Error {} implementation
330 1 == < Error as wasmtime::component::ComponentType >::SIZE32
333 1 == < Error as wasmtime::component::ComponentType >::ALIGN32
393 Error, in load()
406 Result<Option<wasmtime::component::__internal::String>, Error>, in call_option_test() argument
418 Error, in call_option_test()