Trait odbc_api_helper::executor::Print
source · [−]pub trait Print {
fn covert_table(&self) -> Table;
fn print(&self) -> Result<(), &'static str> { ... }
}pub trait Print {
fn covert_table(&self) -> Table;
fn print(&self) -> Result<(), &'static str> { ... }
}