Type Definition depends::SingleDep

source ·
pub type SingleDep<T> = Dependency<Rc<T>>;
Expand description

Short-hand for a single dependency type.