unary_expand_fixed_output

Function unary_expand_fixed_output 

Source
pub fn unary_expand_fixed_output<F, Op>(
    scope: &mut Scope,
    input: ExpandElement,
    out_item: Type,
    func: F,
) -> ExpandElement
where F: Fn(UnaryOperator) -> Op, Op: Into<Operation>,