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

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