Function unary_expand_fixed_output

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