Skip to content

Recapitulate type aliases in documentation #84

@itowlson

Description

@itowlson

The 0.3.0 draft of monotonic-clock adds a new wait-for API which takes a duration:

wait-for: func(
how-long: duration,
);

Unfortunately the Rust bindings (and I'm sure they're not alone) don't surface the duration alias, making the documentation cryptic:

image

When using primitive type aliases, therefore, it would be useful to recapitulate their interpretation at the point of use.

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