Struct rustc::traits::SpecializesCache [] [src]

pub struct SpecializesCache {
    // some fields omitted
}
Unstable (rustc_private)

Methods

impl SpecializesCache
[src]

fn new() -> Self

fn check(&self, a: DefId, b: DefId) -> Option<bool>

fn insert(&mut self, a: DefId, b: DefId, result: bool)