pub type PauseToken = Option<StreamSuspenderProxy>;
enum PauseToken { None, Some(StreamSuspenderProxy), }
No value.
Some value of type T.
T