rbatis 4.9.0

The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL
Documentation
1
2
3
4
5
6
7
/// html_sql/py_sql impled
#[macro_export]
macro_rules! impled {
    () => {
        Default::default()
    };
}