Trait midenc_hir::adt::sparsemap::SparseMapValue
source · pub trait SparseMapValue<K> {
// Required method
fn key(&self) -> K;
}pub trait SparseMapValue<K> {
// Required method
fn key(&self) -> K;
}