[][src]Trait py_sql::node::string_node::StringConvert

pub trait StringConvert {
    fn convert(&self, index: usize) -> String;
}

the stmt replace str convert

Required methods

fn convert(&self, index: usize) -> String[src]

Loading content...

Implementors

Loading content...