pub(crate) type TickToken = Option<Instant>;
Expand description

Result of a receive operation.

Aliased Type§

enum TickToken {
    None,
    Some(Instant),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Instant)

Some value of type T.