Macro salsa::impl_intern_value_trivial

source ยท
macro_rules! impl_intern_value_trivial {
    ($($ty:ty),*) => { ... };
}
Expand description

Implement InternValue trivially, that is without actually mapping at all.