Skip to content

missing From<Vec<T>> for Cow<'a, [T]> impl #31354

Closed
@talchas

Description

@talchas

Both Vec and &[T] are missing From impls for Cow, unlike String/&str and PathBuf/&Path. Coherence is not (afaict) an issue, since the impl would be in the same crate as Cow.

Is there some reason these don't exist (do they cause coherence issues in downstream crates or something)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions