#[macro_export] macro_rules! run_tek_edn { ($source:expr) => { struct EdnRunner; impl EdnLayout for EdnRunner; } }