Type Alias DynFetchFactory

Source
pub type DynFetchFactory = Arc<dyn FetchFactory>;
Expand description

Trait object FetchFactory.

Aliased Typeยง

pub struct DynFetchFactory { /* private fields */ }