Derive Macrosยง
- FromRow
- Implements
From<&Row>
trait for a struct, allowing direct conversion from a database row to the struct. - TryFrom
Row - Implements the
TryFrom<&Row>
trait for a struct
From<&Row>
trait for a struct, allowing direct conversion from a database row to the struct.TryFrom<&Row>
trait for a struct