Skip to main content

FromRow

Derive Macro FromRow 

Source
#[derive(FromRow)]
{
    // Attributes available to this derive:
    #[hyperdb]
}
Expand description

Derives hyperdb_api::FromRow for a struct.

See the crate-level documentation for the full feature list.