Skip to content

Create Cast trait #37

@boxbeam

Description

@boxbeam

Cast trait should be used to enforce conversions that are required on the Value type (to/from functions and booleans for dynamic invoke and conditional execution respectively). Cast<T> should basically just enforce From<T> and Into<Option<T>>, but we might want to call that method cast_into() 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