Function dojang::dojang::to_function_container2[][src]

pub fn to_function_container2<'a, T1: 'static + From<Operand>, T2: 'static + From<Operand>, V: 'static + Into<Operand>>(
    func: fn(_: T1, _: T2) -> V
) -> FunctionContainer