pub trait IntoIR { type Forward; // Required method fn into_ir(self, map: &DeclareGraph) -> Self::Forward; }