Skip to content

Support generic structs #30

@RReverser

Description

@RReverser

Currently derive fails on generic structs like:

#[derive(Soars)]
struct Item<C> {
    coord: PackedCoord,
    value: C,
}

Not much else to add - it would be valuable to have those in some contexts.

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