Derive Macro diesel_derives::FromSqlRow 
source · #[derive(FromSqlRow)]
{
    // Attributes available to this derive:
    #[diesel]
}
Expand description
Implements Queryable for primitive types
This derive is mostly useful to implement support deserializing into rust types not supported by diesel itself.
There are no options or special considerations needed for this derive.