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