1
2
3
4
5
use crate::DeclId;

pub enum Exportable {
    Decl { name: Vec<u8>, id: DeclId },
}