Trait ruroonga_command::queryable::PostQueryable [] [src]

pub trait PostQueryable {
    fn to_post_query(self) -> (String, LoadValues);
}

Required Methods

Implementors