Enum rustc_data_structures::obligation_forest::ProcessResult [−][src]
pub enum ProcessResult<O, E> {
Unchanged,
Changed(Vec<O>),
Error(E),
}The result type used by process_obligation.
Variants
UnchangedChanged(Vec<O>)Error(E)
Trait Implementations
impl<O: Debug, E: Debug> Debug for ProcessResult<O, E>[src]
impl<O: Debug, E: Debug> Debug for ProcessResult<O, E>Auto Trait Implementations
impl<O, E> Send for ProcessResult<O, E> where
E: Send,
O: Send,
impl<O, E> Send for ProcessResult<O, E> where
E: Send,
O: Send, impl<O, E> Sync for ProcessResult<O, E> where
E: Sync,
O: Sync,
impl<O, E> Sync for ProcessResult<O, E> where
E: Sync,
O: Sync,