Skip to content

named Tuple support #97

@Opostol

Description

@Opostol

regular Tuple types like Tuple(UInt8, String) works fine, but what about named tuples Tuple(a UInt8, b String)? Tried to insert created struct just in correct fields order not succeed:

#[derive(Row)]
struct MyRow {
    named_tuple: (u8, String),
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions