Type Alias depends::TargetMut

source ·
pub type TargetMut<'a, T> = RefMut<'a, NodeState<T>>;
Expand description

Short-hand for the type of a mutable reference to a node.

Aliased Type§

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