pub(crate) type AtToken = Option<Instant>;
Result of a receive operation.
enum AtToken { None, Some(Instant), }
No value.
Some value of type T.
T