pub trait ISegment: Sized {
    fn get_sql_segment(&mut self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors