Searched defs:Error (Results 1 – 7 of 7) sorted by relevance
24 pub struct Error(core::ffi::c_int); struct26 impl Error { impl33 impl From<TryReserveError> for Error { implementation34 fn from(_: TryReserveError) -> Error { in from()
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
171 __le16 Error; member
3096 type Error = Vec<T, A>; typedef
390 __le16 Error; member