1/// html_sql/py_sql impled 2#[macro_export] 3macro_rules! impled { 4 () => { 5 Default::default() 6 }; 7}