Lines Matching defs:Error
72 pub struct Error(core::ffi::c_int); struct
74 impl Error { impls
81 impl From<AllocError> for Error { implementation
82 fn from(_: AllocError) -> Error { in from()
87 impl From<TryFromIntError> for Error { implementation
88 fn from(_: TryFromIntError) -> Error { in from()
93 impl From<Utf8Error> for Error { implementation
94 fn from(_: Utf8Error) -> Error { in from()
99 impl From<TryReserveError> for Error { implementation
100 fn from(_: TryReserveError) -> Error { in from()
105 impl From<LayoutError> for Error { implementation
106 fn from(_: LayoutError) -> Error { in from()
111 impl From<core::fmt::Error> for Error { implementation
112 fn from(_: core::fmt::Error) -> Error { in from()
117 impl From<core::convert::Infallible> for Error { implementation
118 fn from(e: core::convert::Infallible) -> Error { in from()