type PassiveFetch<T> = BoxFuture<'static, Option<T>>;
struct PassiveFetch<T> { /* private fields */ }