Relative Content

Tag Archive for postgresqlrusttrait-objects

trait ToSql needs to be Sized

I’m trying to push trait objects that implement ToSql in a vector, and pass it as a function parameter. But I’m running into E0277, which basically says that the trait Sized is not implemented.