Skip to main content

func_wrap

Function func_wrap 

Source
pub fn func_wrap<'lt>(
    func: &mut Signature,
    block: Block,
    outer_scope: Option<(&'lt Generics, ImplOrTrait<'lt>)>,
) -> Option<WrappedFuncCall<'lt>>