pub trait StmtConvert {
// Required method
fn stmt_convert(&self, index: usize, item: &mut String);
}
Expand description
the stmt replace str convert
pub trait StmtConvert {
// Required method
fn stmt_convert(&self, index: usize, item: &mut String);
}
the stmt replace str convert