Type Alias depends::SingleRef

source ·
pub type SingleRef<'a, T> = DepRef<'a, Ref<'a, NodeState<T>>>;
Expand description

Short-hand for a reference to a single dependency.

Aliased Type§

struct SingleRef<'a, T> { /* private fields */ }