[][src]Type Definition lang_extension::ops::function::FunctionRefMut

type FunctionRefMut<V, R> = Arc<Box<dyn FnMut(&V) -> R>>;