Skip to content

GoType::ValueOrError should store error type #91

@blaine-arcjet

Description

@blaine-arcjet

Currently, GoType::ValueOrError is only constructed if the Err type is String. This means that it always needs cleanup. If we instead stored the error type, we'd be able to define Result<u32, u32> and avoid the need to cleanup.

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