LookupConstraintSystemCache

Type Alias LookupConstraintSystemCache 

Source
pub(crate) type LookupConstraintSystemCache<F> = LazyCache<Result<Option<LookupConstraintSystem<F>>, LookupError>>;

Aliased Typeยง

pub(crate) struct LookupConstraintSystemCache<F> { /* private fields */ }