Trait rbatis::Format[][src]

pub trait Format {
    fn do_format(&self) -> String;
}

Required methods

Implementations on Foreign Types

Implementors