Skip to main content

expand_deriving_reborrow

Function expand_deriving_reborrow 

Source
pub(crate) fn expand_deriving_reborrow(
    cx: &ExtCtxt<'_>,
    span: Span,
    item: &Item,
    push: &mut dyn FnMut(Box<Item>),
    _is_const: bool,
)