Type Alias DynFetch

Source
pub type DynFetch = Arc<dyn Fetch>;
Expand description

Trait object Fetch.

Aliased Typeยง

pub struct DynFetch { /* private fields */ }