[−][src]Type Definition diesel::query_builder::BuildQueryResult
type BuildQueryResult = Result<(), Box<dyn Error + Send + Sync>>;
A specialized Result type used with the query builder.
type BuildQueryResult = Result<(), Box<dyn Error + Send + Sync>>;
A specialized Result type used with the query builder.