Alias for a flow that fetches a maybe result.
val maybe: MaybeFetch<String> = fetch { // Return a Maybe from inside the Fetch runner maybeOf { "A value." }}