Type Definition 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.