Skip to main content

expand_deriving_coerce_pointee

Function expand_deriving_coerce_pointee 

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