macro_rules! impl_pingable {
($($struct_name:ty),+) => { ... };
}Expand description
This macro assumes that each struct provided has a conn field which is a
mutable database connection that can be passed to SqlInterface::ping_database.
macro_rules! impl_pingable {
($($struct_name:ty),+) => { ... };
}This macro assumes that each struct provided has a conn field which is a
mutable database connection that can be passed to SqlInterface::ping_database.