pub type Verdict<T, K> = Result<Caveat<T, K>, Set<K>>;Expand description
Aliased Type§
pub enum Verdict<T, K> {
Ok(Caveat<T, K>),
Err(Set<K>),
}pub type Verdict<T, K> = Result<Caveat<T, K>, Set<K>>;pub enum Verdict<T, K> {
Ok(Caveat<T, K>),
Err(Set<K>),
}