#[derive(TryFromRow)]
{
// Attributes available to this derive:
#[column]
}
Expand description
Implements the TryFrom<&Row>
trait for a struct
#[derive(TryFromRow)]
{
// Attributes available to this derive:
#[column]
}
Implements the TryFrom<&Row>
trait for a struct