Skip to content

StartedEvent is not exposed from Rust API #188

@RReverser

Description

@RReverser

StartedEvent is returned from Event::start() but not exposed in the public API, which makes it impossible to name and store inside other data structures.

Additionally, the lifetime seems unnecessarily prohibitive - it is not tied to the original event by reference, but rather contains it, so it shouldn't require user to keep the original Event object around - both Event and StartedEvent should be 'static structs with no references or lifetimes.

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