Rust compilation error: error[E0277]: the trait bound is not satisfied
I am learning Rust with a straight-forward CRUD operations with tonic,diesel and sqlite.
I am receiving this error even my Model and WorkloadResponse message has same fields and does not seem require a conversion. Could you please comment for the missing point here:
Query error[E0308]: mismatched types with Diesel, Tonic, sqlite stack
I am new to rust and trying to achieve some straightforward crud operations on sqlite database over diesel ORM with a gRPC interface(tonic)