Searched defs:Error (Results 1 – 8 of 8) sorted by relevance
72 pub struct Error(core::ffi::c_int); struct74 impl Error { impls81 impl From<AllocError> for Error { implementation82 fn from(_: AllocError) -> Error { in from()87 impl From<TryFromIntError> for Error { implementation93 impl From<Utf8Error> for Error { implementation94 fn from(_: Utf8Error) -> Error { in from()99 impl From<TryReserveError> for Error { implementation105 impl From<LayoutError> for Error { implementation106 fn from(_: LayoutError) -> Error { in from()[all …]
50 impl From<CStrConvertError> for Error { implementation52 fn from(_: CStrConvertError) -> Error { in from()544 pub fn try_from_fmt(args: fmt::Arguments<'_>) -> Result<Self, Error> { in try_from_fmt() argument
137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
139 std::string Error; in getBPFObjectFromModule() local
1563 type Error = Box<[T]>; typedef1574 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() argument
3188 type Error = Vec<T, A>; typedef
171 __le16 Error; member
390 __le16 Error; member
Completed in 43 milliseconds