Type Definition diesel::query_builder::BuildQueryResult[][src]

pub type BuildQueryResult = Result<(), Box<dyn Error + Send + Sync>>;
Expand description

A specialized Result type used with the query builder.