Skip to main content

expand_deriving_coerce_shared

Function expand_deriving_coerce_shared 

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