pub type OptionalFetchBuilder<K, V, P, C> = Box<dyn FnOnce(&mut C) -> OptionalFetch<FetchTarget<K, V, P>> + Send + 'static>;Expand description
A builder for an optional fetch operation.
Aliased Typeยง
pub struct OptionalFetchBuilder<K, V, P, C>(/* private fields */);