pub type OptionalFetch<T> = BoxFuture<'static, Result<Option<T>>>;
An optional fetch operation that may return None if the entry is not found.
None
pub struct OptionalFetch<T> { /* private fields */ }