pub trait SqlTrimBoxed: Sealed {
    // Required method
    fn sql_trim_boxed(&self) -> Box<str>;
}

Required Methods§

Implementors§