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

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