Say I have some optional input that, when Some, renders a Future. I want to immediately .await and use the output of this value as S
Some
Future
.await
S