Type Definition hooks::NewStateDynMutator

source ·
pub type NewStateDynMutator<'a, T> = dyn FnOnce(&mut T) + 'a;