Skip to content

Remove potential panics in From impl #142

@mulimoen

Description

@mulimoen

The current signature of the Container object requires extents which implements Into<Extents>. This should be modified to accept TryInto<Extents>, and implementations of From<Foo> for Extents should be changed into TryFrom, as From/Into should never panic.

See #140 (comment)

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