Skip to content

Provide a way to derive(Bake) on generic types without adding T: Bake bounds #3624

Open
@Manishearth

Description

@Manishearth

A bunch of types (ZeroVec, VarZeroVec, etc) have impl<T> Bake for Foo<T> with no additional bounds, as they bake to a byte stream.

It should be possible to opt out of such bounds in derives containing such types, like CodePointTrie

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-zerovecComponent: Yoke, ZeroVec, DataBake

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions