Trait StmtConvert

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

the stmt replace str convert

Required Methods§

Source

fn stmt_convert(&self, index: usize, item: &mut String)

Implementors§