use crate::DeclId; pub enum Exportable { Decl { name: Vec, id: DeclId }, }