Skip to content

Implement TryFromBytes for MaybeUninit<T> when T: ?NoCell #893

Closed
@joshlf

Description

@joshlf

Currently, we require T: NoCell for TryFromBytes for MaybeUninit<T> since TryFromBytes requires that it only be implemented for types which do not contain UnsafeCells. Once #890 lands, that requirement will no longer exist, and we can remove the T: NoCell requirement.

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