diff --git a/imports.md b/imports.md index 9fbc19d..7e874f2 100644 --- a/imports.md +++ b/imports.md @@ -83,8 +83,8 @@ successive reads of the clock will produce non-decreasing values.

type pollable

pollable

-

type instant

-

u64

+#### `type instant` +`u64`

An instant in time, in nanoseconds. An instant is relative to an unspecified initial value, and can only be compared to instances from the same monotonic-clock. @@ -251,10 +251,10 @@ when it does, they are expected to subsume this API.

type error

error

-

type pollable

-

pollable

+#### `type pollable` +[`pollable`](#pollable)

-

variant stream-error

+#### `variant stream-error`

An error for input-stream and output-stream operations.

Variant Cases