Trait ruroonga_command::queryable::Queryable [] [src]

pub trait Queryable {
    fn to_query(self) -> String;
}

Required Methods

fn to_query(self) -> String

Implementors