Skip to content

trait_alias tracking issue #165

@tessico

Description

@tessico

Rust Tracking issue: rust-lang/rust#41517

This would allow to simplify complex trait usage, e.g. to directly define:

pub type RescueNativeGadget<F> = RescueGadget<RescueStateVar, F, F>;

instead of

pub type RescueNativeGadget<F> = dyn RescueGadget<RescueStateVar, F, F>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions