Enum rustc_incremental::LoadResult [−][src]
pub enum LoadResult<T> {
Ok {
data: T,
},
DataOutOfDate,
Error {
message: String,
},
}
Variants
Fields of Error
message: String
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for LoadResult<T> where
T: RefUnwindSafe,
impl<T> Send for LoadResult<T> where
T: Send,
impl<T> Sync for LoadResult<T> where
T: Sync,
impl<T> Unpin for LoadResult<T> where
T: Unpin,
impl<T> UnwindSafe for LoadResult<T> where
T: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.