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

type BiConsumer<V, V2> = Arc<Box<dyn Fn(V, V2)>>;