Type Definition hooks::NewStateDynReplacer

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