Searched defs:Error (Results 1 – 4 of 4) 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()
1563 type Error = Box<[T]>; typedef1574 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() argument
3096 type Error = Vec<T, A>; typedef